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

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -