Changes

Jump to: navigation, search

Understanding Android Content Providers

12 bytes removed, 17:12, 29 April 2016
no edit summary
<htmlet>androidstudioandroid44</htmlet>
When implementing the insert, query, update and delete methods in the content provider, it will be the responsibility of these methods to identify whether the incoming URI is targeting a specific row in a table, or references multiple rows and act accordingly. This can potentially be a complex task given that a URI can extend to multiple levels. This process can, however, be eased significantly by making use of the UriMatcher class as will be outlined in the next chapter.
<htmlet>androidstudioandroid44</htmlet>
== The Content Resolver ==
<htmlet>androidstudioandroid44</htmlet>

Navigation menu