Android is an exciting platform. Developing application for Android is as easy as it gets, but obviously with every new platform comes it challenges too. This article will show from a typical development process for Android mobiles.
Basically you will need Android SDK, Eclipse IDE (minimum version 3.5) and an emulator for testing. Once application has been confirmed in the emulator, it can be easily ported to the actual mobile device. You will need JDK version 5 or 6 in addition.
You may download Eclipse IDE from http://www.eclipse.org/downloads/.
Read more about Android SDK from http://developer.android.com/sdk/index.html.
Read the rest of this entry »
