I'm going to develop an activity that shows a very simple photo gallery where photo files are taken from a given directory. The activity should allow the user to select a set of pictures and returns a vector of string representing the filenames of the selected picture.
Any advice? I do not wand to develop it from scratch and then discovering that there is a ready-to-use component that already does the job.