Possible Duplicate:
How to use an existing database with an Android application
I have a sqlite database file, and i want to use it in my app.
How do i do it ?
How do i push my db file to the emulator, and then use it in my code ?
Any solution is welcome.
thx in advance, Tom.
Based off of this tutorial. You put your sqlite database file in your asset folder and it will copy when you run the code. My version allows multiply databases files since it chooses the path.
To use it do :