tags:

views:

41

answers:

1

Hi,

i'm new to android and i would like to know about these api's..

wen i was browsing the developers guide i found out some thing like Api 1,Api 2,Api 7......etc

what are these Api's and the purpose of their presence.....

+2  A: 

Each API # corresponds to different Adnroid/Android SDK version:

  • Api 3 - Android 1.5
  • Api 4 - Android 1.6
  • etc

Read more about API levels at official documentation.

Konstantin Burov
Thank you @Konstantin Burov
Prateek Raj