Android SQLite: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 1: | Line 1: | ||
{{TOCright}} | {{TOCright}} | ||
Android uses the simple light Database implementation SQLite. | Android uses the simple light Database implementation SQLite. | ||
The usage of Android SQLite databases is simplified using the SQLiteOpenHelper class | |||
Revision as of 14:34, 1 April 2015
Android uses the simple light Database implementation SQLite. The usage of Android SQLite databases is simplified using the SQLiteOpenHelper class
Tutorials
- Lars Vogel Tutorial Android & SQLite
- Tutorialspoint, Android & SQLite
- StackOverflow, How to use an existing database in Android.