Home > Tag Archives: Content Providers

Tag Archives: Content Providers

Android Content Providers

android

Content providers store and retrieve data and make it accessible to all applications. If you want to make your own data public, you have two options: You can create your own content provider (a ContentProvider subclass) or you can add the data to an existing provider. All Services must be declared in the manifest file. Content Provider Basics * All ... Read More »