Sunday, September 21, 2014

Using SQLite on Android

http://www.drdobbs.com/database/using-sqlite-on-android/232900584
http://www.androidhive.info/2011/11/android-sqlite-database-tutorial/
http://developer.android.com/reference/android/database/sqlite/package-summary.html
http://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html
http://www.sqlite.org/cli.html


$ cd /data/data/com.xxx.xxx/
$ sqlite3 xxx.db
.tables
.schema
select * from xxx;

No comments:

Related Posts Plugin for WordPress, Blogger...