Top "Android-contentprovider" questions

Content providers are one of the primary building blocks of Android applications, providing content to applications.

CursorLoader usage without ContentProvider

Android SDK documentation says that startManagingCursor() method is depracated: This method is deprecated. Use the new CursorLoader class with LoaderManager …

android cursor android-cursorloader android-loadermanager android-contentprovider
Why does ContentResolver.requestSync not trigger a sync?

I am trying to implement the Content-Provider-Sync Adapter pattern as discussed at Google IO - slide 26. My content provider is …

android android-contentprovider android-syncadapter
How to query Android MediaStore Content Provider, avoiding orphaned images?

I'm trying to provide an in-app Activity which displays thumbnails of photos in the device's media store, and allow the …

android image media android-contentprovider
Create and Share a File from Internal Storage

My goal is to create a XML file on internal storage and then send it through the share Intent. I'm …

android android-contentprovider android-file
How to use SMS content provider? Where are the docs?

I'd like to be able to read the system's SMS content provider. Basically I wanted to make an SMS messaging …

android sms android-contentprovider
Best practices for exposing multiple tables using content providers in Android

I'm building an app where I have a table for events and a table for venues. I want to be …

android sqlite android-contentprovider
What is difference between contentprovider and contentResolver in android

What is the difference between ContentProviders and ContentResolver? I do not want for the SQLite database. I am developing an …

android android-contentprovider android-contentresolver
Exact Difference between "Content-Provider" and "SQLite Database"

i have done SQLite database programming for Android, but i dont know anything about Content-Provider except this: "As i have …

android sqlite android-contentprovider
INSTALL_FAILED_CONFLICTING_PROVIDER in Android

I am using an open-srouce code from Google for an app called MyTracks. I am getting this error when the …

java android manifest android-contentprovider