iOS:
Using a Pre-Populated SQLite Database with Core Data on iPhone OS 3.0
Android:
Using an existing sqlite database in an Android application
Titanium Appcelerator:
Install a database from the application Resources folder (at build time) and return a reference to the opened database. it is safe to call this method multiple times since this method will only install once if it doesn't already exist on the device.
Titanium.Database.install
Using a Pre-Populated SQLite Database with Core Data on iPhone OS 3.0
Android:
Using an existing sqlite database in an Android application
Titanium Appcelerator:
Install a database from the application Resources folder (at build time) and return a reference to the opened database. it is safe to call this method multiple times since this method will only install once if it doesn't already exist on the device.
Titanium.Database.install
Comments
Post a Comment