I need to create a simple array of some images. So that later on I can traverse through the array easily using a loop and access all the images one by one.
Just tell me the declaration part of storing the images into an array.
I'l be having 5 images named as 1.png to 5.png which I need to access. Will it be a string array or integer array?
Thanks