Saturday, 6 October 2012

Android Application Development - Getting Started

All Android Applications are developed in Java Language. You must know Java in order to be able to develop any android application. 

You need to have the set up of android development environment. You would require the following:

The   Android SDK  is composed of modular packages that you can download separately using the Android  SDK Manager Whenever there is a new release for SDK tools or platforms , you can use the  SDK Manager to quickly download them to your environment. 

Once your environment is ready, you can start creating your apps. Lets develop our first project "Hello World" and learn how to create and run a project/application in Eclipse.

No comments:

Post a Comment