Changes

Jump to: navigation, search

Resources for Learning Android App Development

No change in size, 16:38, 5 October 2013
no edit summary
'''5. Android Tutorial: Writing Your Own Content Provider [https://www.grokkingandroid.com/android-tutorial-writing-your-own-content-provider/]'''
'''6. What's the mechanism of setNotificationUri (Cursor)? Android Fundamentals: Working with Content Providers [http://stackoverflowmobile.tutsplus.com/questionstutorials/11802823android/whatsandroid-thesdk_content-mechanism-of-setnotificationuriproviders/ ]'''
'''7. Observing Content (2008) [http://mylifewithandroid.blogspot.ca/2008/03/observing-content.html]'''* use case: "some component manipulates the persistent dataset that other components depend upon" '''8. Android Fundamentals: Working with Content Providers [http://mobile.tutsplus.com/tutorials/android/android-sdk_content-providers/ ]''' '''9. Think Android - Content Provider Tutorials [http://thinkandroid.wordpress.com/category/android-tutorials/contentprovider-tutorials/]'''
'''108. What does a ContentResolver object do? [http://developer.android.com/guide/topics/providers/content-provider-basics.html]'''
<pre>
Accessing a provider
* API description of the ContentProvider class [http://developer.android.com/reference/android/content/ContentProvider.html]
** "When a request is made via a ContentResolver, the system inspects the authority of the given URI and passes the request to the content provider registered with the authority."
 
'''9. What's the mechanism of setNotificationUri (Cursor)? [http://stackoverflow.com/questions/11802823/whats-the-mechanism-of-setnotificationuri]'''
 
'''10. Observing Content (2008) [http://mylifewithandroid.blogspot.ca/2008/03/observing-content.html]'''
* use case: "some component manipulates the persistent dataset that other components depend upon"
1
edit

Navigation menu