I'm developing an application that requires the functionality allowing the user to browse through the Sd card and select an image of his choice as the background for the application.
This image is assumed to be in the sd card. But the name and location(specific) folder is unknown.
I got the code of getting an image to my background. This is the code but here the filename is known in advance. I want the user to select the file he needs.
I also referred to this code but couldn't link the two of them. Can someone provide me with a solution? Thanks in advance..