Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how can we push ".db" into emulator?

Tags:

android

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?

like image 662
Rajiv yadav Avatar asked Aug 30 '11 10:08

Rajiv yadav


1 Answers

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/

like image 179
Avi Dhiman Avatar answered Nov 11 '22 10:11

Avi Dhiman