[android-developers] Re: Database installation - Android

2009-02-13 Thread Faber Fedor
On Fri, Feb 13, 2009 at 1:29 PM, intbt tacbe...@gmail.com wrote: I am using a database for storage, I specifically do not want to use the Internet connectivity for data download. I write and install the database from a XML file on first application call. I set a flag within the code to

[android-developers] Re: Database installation - Android

2009-02-13 Thread Ludwig
Why not hook it into the same call that creates all your tables? That way it will be installed right when you create your DB for the first time, guaranteed before any user read/write operation takes place and it plays nicely with increases in DB version number. No preferences or other settings