I want to create an image gallery that will load images from the SDCARD. The gallery should look similar to the image shown below
So that when clicking on the left image, the respective large image will be shown in the right. I know its possible to do so, I can setup a GridView with a single column and assign an id to each image so that when clicking on the image on the left, an event will trigger to get the selected image ID and then load the respective image from SDCARD to show on the left.
Am I heading towards the right direction or someone will help me out on this?