Monday, October 24, 2011

Basic SQLite Database

It's probably a very quick process, but nonetheless out of convenience, I decided to just prepare a barebones database in SQLite meant for use with Android apps here in my dropbox. Inside is just the basic table of android_metadata with the prescribed locale column having "en_US" as data. Just proceed with creating your own tables with _id as the primary key and drop the database file into the /res folder of your Android app project.

No comments: