I'm planning on programming an app that has a list of things and when you choose a thing, a picture of the thing will be displayed. The problem is that I'm planning on using like 200 png images or even more. What would be a good idea to manage all the images for easy access or in an efficient way? Do I just dump them in the resource folder or any folder or should I should some other way?
What I was thinking is using an object that has a name and an image, the name is displayed on the cell and when the cell is chosen the image is displayed
thanks in advance
What I was thinking is using an object that has a name and an image, the name is displayed on the cell and when the cell is chosen the image is displayed
thanks in advance