I created a GridView which is populated using images from the SDCard. I want the same functionality as that of the selection in Android's Media Gallery. There, we can select images, upon which a green checkmark appears on the image.
I created the Grid using this guide: Displaying Images from SD Card In Android - Part 2
How can I go about it? Any help would be greatly appreciated :)