Engineers working on the Android platform often point out that Android is not Java and should be learned as a completely new language even by the most experienced Java programmers. That is why they avoided naming framework components using standard Java naming conventions and decided to use brand new names. We are introduced to Context, Activities, Cursors and more. We will look for parallels with Java world where possible and try to explain why all the differences are present and required.