Showing posts with label android-contentprovider. Show all posts
Showing posts with label android-contentprovider. Show all posts

Sunday, April 22, 2012

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 user to select one. After the user makes a selection, the application reads the original full-size image and does things with it.