Issue
I don't want to create the database at runtime.
That's why I use the database manager to create the database from pc.
Now I want to add this database into My android application. And then I want to use that data from the database.
I know that we can access the file that we have put into the assets directory of the project. But is it is possible to do the same thing for the database? And after doing that can we able to access the data?
So is it possible? If yes then how?
Thanks.
Solution
You could use adb push on the command line or DDMS import/export via eclispe to put the db on to your emulator
Here is a more details step by step
Answered By - Lucifer
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.