I have a folder which is full of images. I am trying to build a desktop app which can perform the following tasks.
1. Select the folder and show all the images as thumbnails, as we see in picasa/any image viewer.
2. The image should be clickable and may be opened in full screen using the app.
3. Multiple images selection must be possible.
Now, I am stuck at the very first requirment, where I am not able to identify how to show the files that i have parsed from the folder as thumbnails and stack together to show on a part of my app.
I know I have no piece of code, I just wanted some logic through which I can develop this. Any idea's are welcome.
Regards,
Abhi