Android SQLite: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 6: | Line 6: | ||
<span class="editsection">[[#content|top]]</span> | <span class="editsection">[[#content|top]]</span> | ||
* [http://www.vogella.com/tutorials/AndroidSQLite/article.html Lars Vogel Tutorial] Android & SQLite | * [http://www.vogella.com/tutorials/AndroidSQLite/article.html Lars Vogel Tutorial] Android & SQLite | ||
* [http://www.tutorialspoint.com/android/android_sqlite_database.htm | * [http://www.tutorialspoint.com/android/android_sqlite_database.htm Tutorialspoint], Android & SQLite | ||
Revision as of 15:11, 26 March 2015
Android uses the simple light Database implementation SQLite.
Tutorials
- Lars Vogel Tutorial Android & SQLite
- Tutorialspoint, Android & SQLite