Task 1. Download and run the base code
Task 2. Add a Contract class to WordListSQLInteractive
2.1 Add a Contract class
2.2 Move database constants into Contract
2.3 Define URI Constants
2.4 Declare the MIME types
Task 3. Create a Content Provider
3.1 Create a WordListContentProvider class
3.2 Implement WordListContentProvider.query()
3.3 Fix WordListOpenHelper.query() to return a Cursor and handle returning all items
Leave a Reply