I am new in Android Development and I want to ask a question that
In Android SDK packages are listed as
SDK platform Android 2.3.3, API 10, revision 1
Can Anyone explain me what is meant by Android 2.3.3 and API 10 and revision 1 particularly.
It will help to understand the basic concept clearly
Thank you
Android 2.3.3 is the Android Platform Version Name
Android 2.3.3 belongs to the Android API10 (API Level) wich identifies the framework API revision offered by a version of the Android Platform. API10 includes Android Platforms version 2.3.3-*2.3.7*
Releases of the SDK Tools are denoted by revision number, in each revision you can note some added tools, caching and performance improvement and more.