Changes

Jump to: navigation, search

Understanding Android Content Providers in Android Studio

31 bytes added, 16:46, 26 December 2015
The Content Provider
== The Content Provider ==
<google>ADSDAQBOX_FLOW</google>
A content provider is created as a subclass of the android.content.ContentProvider class. Typically, the application responsible for managing the data to be shared will implement a content provider to facilitate the sharing of that data with other applications.

Navigation menu