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
|
Great post Jeevan...!!
ReplyDeletethank you neelam :)
DeleteWe should come up with another post of your transition from G1 to G2 and G3
ReplyDeleteHi Sir,
ReplyDeleteI 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...
Hi Venu,
DeleteYou 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/
thank you sir... its really helped lot...
Deletei need one more help sir,
ReplyDeletemy 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...
yes i got it....
ReplyDeleteHi 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