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
Querying for Items
Slides
In this lesson, you'll learn how to write a query to get all items from the database.
You'll also learn how to create a CursorAdapter to display the info in that Cursor in a ListView.
Previous Task
Next Task