Again, I say, what's your problem -- do you need to know how to fill the database, or how to include it in your app?
A SQLite database consists of a single file on the PC or phone, and is portable between them, so you can use any of a dozen methods to fill the database file and then install it with your app. On Jul 9, 3:10 pm, Jaap <[email protected]> wrote: > Hi, > > I have a program that needs a fixed database to do lookups of some > data. Is there a way to easily fill such a database by just putting > the data in a file or so > > Thanks > > Jaap -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

