Getting Started with Android
Android is an open source development platform for mobile phones based on Linux, created by Google and Open Handset Alliance. The latest release of Android is 2.3. As a developer you won’t interact with Linux directly, instead you would use the Android application framework (android apis and sdk) for creating applications.
Android applications are written in the Java language, but compiled and converted into the compact Dalvik Executable (.dex) format, which runs on a non JMV environment (known as Dalvik VM). The Davlik VM is optimized for constraints environments like mobile phones and tablets. The core Java libraries provided by Android are different from Java library (Java SE and Java ME), although there are significant overlap with the standard Java library, so you can program with familiar Java APIs.
Following shows the layered architecture model for android
- Application and widgets: – These are end user applications like contacts or web browsers or any custom application developed by a vendor which is available for the user.
- Application framework: – Application framework provides the high level APIs that you would use to create an android application. All Android applications follow a life cycle and runs it in its own VM.
- Android Runtime: – The Android runtime consist of Dalvik VM and core Java libraries.
- Native Libraries – Native Libraries are codes written in native code languages like c and c++ and compiled for a particular mobile hardware device.
- Linux Kernel – Android uses Linux internally as the operating system and all operating system functions like power management, wifi and so on.
In next blog , I will continue my ongoing blog and describe how to install the android sdk on the eclipse environment , followed by a sample android application.

















Good article to start with. I was looking up to start on Android. Would be a good blog to follow up.
Thanks Amit for the feedback. Part 2 of the article is live at – http://naveenbalani.com/index.php/2011/01/getting-started-with-android-creating-android-application/
Hi Dude,
Very nice , short and informative article, I have worked in J2ME and Symbian before looking to learn more about Android and landed on your site from Dzone.
liked this article , keep it up.
Thanks
Javin
deadlock in java
Thanks Javin for the feedback. Part 2 of the article is live at – http://naveenbalani.com/index.php/2011/01/getting-started-with-android-creating-android-application/
Nice article !
Hey Suraj, thanks, nice to hear from you