Skip to content Skip to sidebar Skip to footer

How To Use Mediastore To Display All Images In Gridview

I need a little help in trying to figure out a problem that I am having. I have an application that will query all the images on the phone and display them in a GridView. I was abl

Solution 1:

Did you try MediaStore.Images.Media.EXTERNAL_CONTENT_URI ?

Also managedQuery() is deprecated, use getContentResolver().query().

Post a Comment for "How To Use Mediastore To Display All Images In Gridview"