android-contentprovider
Push notification for content resolver from content provider
I want to know if there is a way to inform content resolver/s if the content provider change data. In my case there is an app that shows data base content. There is another app, that modifies data i[详细]
2023-04-01 23:18 分类:问答How to transfer files between Android applications running on the same device?
I am writing an Android application that interfaces with a RESTful service.This web service essentially fronts a file system, and provides metadata as well CRUD access to the files.My application retr[详细]
2023-04-01 10:42 分类:问答SimpleCursorAdapter's old constructor deprecated.. really?
Here it says that SimpleCursorAdapter\'s API level 1 constructor is deprecated and the use of LoaderManager and CursorLoader is recommended.[详细]
2023-04-01 02:40 分类:问答URI Exception at insert query
I am trying to create a Co开发者_运维百科ntentProvider and getting exception at insert query. I tried different google searches, couldn\'t fix it can you please tell me where I am messing up the URI,[详细]
2023-03-31 15:11 分类:问答Android: Expose a pre-loaded DB with data files as ContentProvider
I have to bundle a folder with my android app. This is what the folder will have开发者_StackOverflow:[详细]
2023-03-31 08:33 分类:问答notify change in SQLite
I have created a SQLite DB (which I am trying to use as contentProvider) and need your help to guide me on this:[详细]
2023-03-31 07:23 分类:问答How to access SMS and contacts data?
is content providers the only way to read/write private data such SMS and contacts? I first try the easy and lazy way (copy sms and contacts SQLite databases files) but I faced some permission issues.[详细]
2023-03-31 04:06 分类:问答CursorAdapter and OnItemClickListener for ListView Related Questions
I would like to two questions related to the behavior of OnItemClickListener, when using a cursor adapter for my listivew. More specifically:[详细]
2023-03-30 19:05 分类:问答What is the correct CONTENT_URI for the SMS thread table?
I\'m attempting to query the SMS thread table, but I don\'t seem to use the correct URI. Querying the URI \"content://sms/conversations\" gives me the columns:[详细]
2023-03-29 16:12 分类:问答Using content provider to fetch emails
I need to fetch 开发者_运维百科and list the received emails in my own layout listview. Is this possible through Content Provider?There are no documented and supported content providers for \"received[详细]
2023-03-29 12:51 分类:问答