android - Have a Database that i got from an Iphone project (.sqlite) -
what change need implement iphone database (.sqlite) android project?
thanks help
android comes sqlite3, can either create database ground or can ship application pre-populated database.
the following might prove useful:
1. sqlite basics
2. ship android application database
3. using own sqlite database in android applications
Comments
Post a Comment