In my app, I want to pick a random image. Each image that I want to pick that is random is like: Myimage1, Myimage2, Myimage3, etc....
So what I do is make an array but the thing that I am concerned about that might be inefficient. So instead of adding images like MyImage1, Myimage2, Myimage3 in my array manually.
Is there an easy way to add all images that start with: Myimage then add them to the array like that?