In previous exercise "A simple example using Android's SQLite database
", the result of queue was presented as string. It's going to be modified to exposes data from Cursor to a ListView widget.
Modify SQLiteAdapter.java to include a column of "_id" in our database, also include it in the queue. Modify the return of queueAll() to Cursor. Refer to the article "column '_id' does not exist".