Saturday, August 14, 2010

Android and SQLite Tip

Most Android examples dealing with SQLite have the database being created in the beginning. But what if you want to include a SQLite database file, already filled with data, with your .apk?

This article shows how to prepare a SQLite file that can be included with your .apk and then used for a content provider. This should come in handy for an Android project I'm working on now.

No comments:

Post a Comment