Getting Started Developing in Android

Getting Started Developing in Android

1. Download and install Java JDK. The Java JDk lays the foundation for the Android SDK.

2. Download and install Android SDK. The Android SDK provides access to Android

3. Install Eclipse IDE. Brings together Java, the Android SDK, and the Android ADT
    (Android Development Tools), and provides tools for you to write your Android programs.

4. Download and Install Android ADT. Android ADt does a lot of the grunt work for you,
    such as creating the files and structure required for an Androd app.

Resources: