This video shows you how I create the database and database tables in an iOS application.
I use a custom port of the SQLiteOpenHelper class in the Android SDK to help manage the creation, opening, closing, upgrading and downgrading of a database. Please see the docs for the Android class here: http://developer.android.com/referenc....
This may help provide context for the code in this application.