android-query

Retrieve images of particular folder in Android

北城以北 提交于 2019-11-27 18:42:04
问题 In my application I created the GridView to show the image from particular folder. The issue is that I want to retrieve images from the DCIM/100ANDRO folder. Which type of arguments should be passed through query to retrieve such type of images? Please provide me solution. I am using following code to retrieve which gives me images captured by camera //importing only camera images and storing in ArrayList of class Images type String[] projection = { MediaStore.Images.Media._ID, MediaStore