github:
, ,* The screenshots in the blog are from the Udacity Nanodegree Program: Become an Android Developer *
General Steps for ContentProvider
- Get permission to use the ContentProvider.
- Get the ContentResolver
- Pick one of four basic actions on the data: query, insert, update, delete
- Identify the data you are reading or manipulating to create a URI
- In the case of reading from the ContentProvider, display the information in the UI