I\'ve read the example to do this: protected void onActivityResult(int requestCode, int resultCode, Intent data)
A hopefully straightforward question: When ContentResolver.notifyChange() is called for a given URI, are ContentObservers observing descendent URIs of this URI notified?
I am getting a IllegalStateException when I run the following code: Cursor imageCursor=getContentResolve开发者_如何学Cr().query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI,new String[]{MediaStore.Im
I\'m developing an app which I want to make available both for Android and Blackberry (possibly to JavaME in the future). The business logic will be common to all the platforms - and hence, so will th
I\'m writing my own ContentProvider which will be synced to a web service using a SyncAdapter. Problem happens when the sync adapter is modifying the content provider\'s data the provider triggers a
I have a simple Notes app which is similar in functionality to the Android NotePad sample. One addition is that every note can have Tags. A Note can have several Tags and a Tag can belong 开发者_开发技
The following code gives me a count of 0 in the Toast when the activity starts. I dont understand since it should give me 1 coz there is actually a an sms in the inbox from the corresponding contact,
I am trying to decide the best approach to expose encrypted content stored on phone to 3rd party apps. The content is sensitive and needs to be protected so only certain apps can access this. The appr
I have a big problem, the only relationship i can get between sms content provider and the contacts content provider is the phone numbers BUT the sms content provider stores numbers in a different for
Is there any way by which one can get log call history(only duration of call) for a particular contact in android. Say there is \"X\" person in my contact list, I want to find out the duration of call