Can we push a database that is created by some ide like sqlitestudio and push it into our emulator for app uses?
is there any way to push our “.db” format into andriod emulator?
Can we push a database that is created by some ide like sqlitestudio and
Share
I think you want to ship you application by creating database outside ,
these are good tutorial to add database to your application , and these are few good tutorials to start with
http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/
http://mfarhan133.wordpress.com/2010/10/24/database-crud-tutorial-for-android/
http://www.anotherandroidblog.com/2010/08/04/android-database-tutorial/