[android-developers] Is it possible to create SQlite with pre-entered data?

2010-12-20 Thread Mystique
Hi, I want to create a SQlite db with pre-entered data so I can load them into a listview. How can this be done? Many thanks, CJ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Is it possible to create SQlite with pre-entered data?

2010-12-20 Thread Kostya Vasilyev
I guess by pre-entered you mean that you created a SQLite database populated with data somewhere else (like your development system). You can add the database file to your application (res/raw or res/assets), then at runtime, first time the application is run, copy that file into your