Pre-requisite:
1. Eclipse IDE installed with Android SDK 2.2 or above
2. Android Emulator


Instructions to complie Android Code using Eclipse IDE.

1. Import the 'android' as a new project in eclipse.
2. click properties of the Project and set Adroid Target as 2.2
3. Right click the project and select "Run as android application"
4. It would generate the .apk file in the 'bin' folder which can be installed on Android mobile devices if required
   or can be seen via the emulator