Mobile Development
Android
iOS
Web
Backend
SQLite
SQLite Overview
Activity
Project Setup
Creating the Database
Activity
Adding an Item
Activity
Querying for Items
Activity
Updating an Item
Activity
Deleting an Item
Activity
Lab: Rose Homework Using SQLite
Questions
Slides
1.
What is a ContentValues?
A constuct that binds a data source to an xml layout file to replicate views
A row in a database table that corresponds to a single model object
A pointer to a result set returned by a query
Check Answer
2.
When do you assign an ID to an item inserted into the database?
When creating the ContentValues
After inserting the item
When you update the item
Check Answer
Previous Task
Next Task