Wednesday, November 4, 2009

[android-developers] Re: Any way to create a standalone sqlite database and then put into my application?

Here's a link to ReignDesign that describes how to store your db as an
asset that installs with the app:
http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/

After creating the sqlite db from the asset, the version number of the
sqlite copy will be 0 so I'd recommend going ahead and setting it to
your current app version - makes publishing updates a lot easier.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment