Wednesday, June 13, 2012

Android versions and version codes

All of us learned A for apple and B for ball, isn't it?. Google followed same approach for version code names. Version code names also follows same approach except A.They left A coz i think A for Android.

Th following are the versions and and code names

Version
Version Code
API
1.0 and 1.1
BASE
1,2
1.5
CUPCAKE
3
1.6
DONUT
4
2.0.x and 2.1.x
ÉCLAIR
5,6,7
2.2.x
FROYO
8
2.3.x
GINGERBREAD
9,10
3.x
HONEYCOMB
11,12,13
4.0.x
ICE-CREAM-SANDWICH
14,15
4.1.x
JELLY BEAN

9 comments:

  1. We should come up with another post of your transition from G1 to G2 and G3

    ReplyDelete
  2. Hi Sir,
    I am VENU. and one of u r student from IPACE Hyderabad.
    And now working on android environment.
    Can i know. how can we view the sqllite database tables in my android device. Is it possible view directly in the device. Or any chance to view by connecting to the PC.
    Thank you...

    ReplyDelete
    Replies
    1. Hi Venu,

      You can access using sqlite3 tool, Check the this link to access db from phone http://developer.android.com/tools/help/sqlite3.html

      And, You can also access from PC using Sqlite browser application. Here Just, you need to download the DB file from phone and open it using Sqlite Browser. You can download it through this link http://sourceforge.net/projects/sqlitebrowser/

      Delete
    2. thank you sir... its really helped lot...

      Delete
  3. i need one more help sir,

    my requirement is when i press a button in main application ,i want to open the new application from the existing once and it should open in the foreground with background of the main application. It should like picasa works in the windows. i want see the two applications. and when i close the foreground application i want to go back into the main application.is their any chance to do this...


    thank you...

    ReplyDelete
  4. Hi Jeeavn is it possible to get the mysql data and store it in android internal database, and when ever connected to internet i should get the latest updates from mysql database.

    ReplyDelete