Android Basics
An overview about the Android SDK The Android SDK was announced officially on November 12, 2007. Here is a small table showing the SDK release date,Version & API Level of the version.
Date of Release |
SDK Version | API Level |
|---|---|---|
| 18 Aug 2008 | Version 0.9 Beta | 0 |
| 23 Sep 2008 | Version 1.0 | 1 |
| 09 Mar 2009 | Version 1.1 | 2 |
| 30 Apr 2009 | Version 1.5 | 3 |
| 15 Sep 2009 | Version 1.6 | 4 |
| 26 Oct 2009 | Version 2.0 | 5 |
| 03 Dec 2009 | Version 2.0.1 | 6 |
| 11 Jan 2010 | Version 2.1 | 7 |
| 20 May 2010 | Version 2.2 | 8 |
The Latest version of Android SDK is 2.2 You can download the latest SDK version here Android Market
How to get started with Android? Here is a video, it will show how to install android into eclipse & how to start a simple android application. The video will explain you Step-by-step process of
- from where we want to get SDK,
- how to install it in eclipse,
- how to install emulator to run an application ,
- how to start a sample android project &
- how to run the android application
Click here to see how to Install Android SDK on eclipse