Displaying images from specific folder in sd card in grid view
问题 I had developed an application in which I have to display images from specific folder in sd card. My code is working fine but it is showing all images that are sd card. I had given selection args as my folder's name as it has been metioned the following post: Displaying images from a specific folder on the SDCard using a gridview But, it didn't worked. Please, suggest me how to do this: Below I am posting my code. public class Album1Activity extends Activity { static Cursor imageCursor;