Wednesday, May 16, 2012

Android API Levels

Android API Levels

 API which means application program interface.API useful to understand the platform's  approach to API change management. It's also important to understand the API Level identifier and the role it plays in ensuring your application's compatibility with devices on which it may be installed.

What is API Level?
  • It is the core set of packages and classes
  • Set of XML elements and attributes for declaring a manifest file
  • It is set of XML elements and attributes for declaring and accessing resources
  • Set of Intents
  • And also the  set of permissions that applications can request, as well as permission enforcements included in the system

Platform VersionAPI LevelVERSION_CODENotes
Android 4.0.315ICE_CREAM_SANDWICH_MR1Platform Highlights
Android 4.0, 4.0.1, 4.0.214ICE_CREAM_SANDWICH
Android 3.213HONEYCOMB_MR2
Android 3.1.x12HONEYCOMB_MR1Platform Highlights
Android 3.0.x11HONEYCOMBPlatform Highlights
Android 2.3.4
Android 2.3.3
10GINGERBREAD_MR1Platform Highlights
Android 2.3.2
Android 2.3.1
Android 2.3
9GINGERBREAD
Android 2.2.x8FROYOPlatform Highlights
Android 2.1.x7ECLAIR_MR1Platform Highlights
Android 2.0.16ECLAIR_0_1
Android 2.05ECLAIR
Android 1.64DONUTPlatform Highlights
Android 1.53CUPCAKEPlatform Highlights
Android 1.12BASE_1_1
Android 1.01BASE

No comments :

Post a Comment