Android SQLite
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.