Top "Mediastore" questions

The MediaStore provider contains meta data for all available media on both internal and external storage devices.

Uri content://media/external/file doesn't exist for some devices

I have an issue with some devices. I cannot replicate it on any device but I have quite a lot …

android file-io mediastore android-mediascanner
MediaStore - Uri to query all types of files (media and non-media)

In the class MediaStore.Files class, its mentioned that, Media provider table containing an index of all files in the …

android mediastore
How can I refresh MediaStore on Android?

This started out as a general user question on Android forums. However it's become, by necessity, a programming question. Here's …

android mediastore
Get list of photo galleries on Android

I'm looking for: A list of the existing photo gallery names (hopefully their top thumbnail as well) The contents of …

android image gallery mediastore
List all music in MediaStore with the PATHs

Ok so I've been working on this project for a few days now and most of my time has been …

java android media mediastore
Android: Picasso load image failed . how to show error message

I am trying to use the picasso library to loading the image store in the mediastore. When I called load(…

android image mediastore picasso
Android cursor error - "make sure cursor is initialized correctly before accessing data from it..."

I've got an activity where a viewflipper shows a list containing the artists from mediastore, which onitem click display a …

android listview cursor viewflipper mediastore
How to save an image in Android Q using MediaStore?

Here is a link to the new Android Q Scoped Storage. According to this Android Developers Best Practices Blog, storing …

java android image kotlin mediastore
How do I save data from Camera to disk using MediaStore on Android?

For my application, I'd been using my own Camera class for taking images and my own database but soon enough …

android camera android-intent mediastore
List all camera images in Android

How do you get a list of all camera images of an Android device? Is it through the MediaStore? How?

android camera gallery mediastore android-contentresolver