Difference between revisions of "MAP524/DPS924 Lab 8"
Line 6: | Line 6: | ||
* Implementing a content resolver | * Implementing a content resolver | ||
− | + | Make sure that your content provider can query all the rows in your table. | |
− | + | Your content resolver must be an Android Studio project separate from the content provider. The content resolver test program can log the results of the query or display them in a text field. | |
− | |||
− | + | Try not to overdo this lab. To do this "properly" as the Android documentation will suggest you'd need about 3 days. Just do the minimum to get it to function. | |
− | |||
− | Try not to overdo this lab. To do this "properly" as the Android documentation will suggest you'd need about 3 days. Just do the minimum to get it to function |
Latest revision as of 23:25, 10 November 2015
Due: in the lab period, need professor sign-off.
In this lab you'll implement a content provider and a content resolver. Do the same thing I've done in the lecture:
- Implementing a content provider
- Implementing a content resolver
Make sure that your content provider can query all the rows in your table.
Your content resolver must be an Android Studio project separate from the content provider. The content resolver test program can log the results of the query or display them in a text field.
Try not to overdo this lab. To do this "properly" as the Android documentation will suggest you'd need about 3 days. Just do the minimum to get it to function.