SQLite with Android
Using SQL in Android
- Identify what a helper class is
- Create a DatabaseHelper class to work with SQLite
- Describe the purpose of SQLiteOpenHelper and why we extend from it
- Insert data into tables with the SQLiteOpenHelper class
Introduction to Cursors
- Describe the purpose of a Cursor
- Manipulate a Cursor