I want to do the following:
I want to make a very simple gallery app. Therefore, I would like to choose a path for the images and set it as a resource. I set it to String.xml.
So, I have another class that needs the selected path to load all the images from it.
class ImageHolder { public ImageHolder() { this(R.string.image_dir);
source share