Is it possible to create a variable amount of ImageViews?
All the array codes I have seen is something like:
But my question is if it is possible to do something like:
I have searched and searched so I'm starting to think that this is impossible. :sign0148:
All the array codes I have seen is something like:
B4X:
imgarray = array as imageview(img1, img2, img3)
But my question is if it is possible to do something like:
B4X:
Pseudocode:
for i = 0 to list.size - 1
add imageview("img"&i) to imgarray
next
I have searched and searched so I'm starting to think that this is impossible. :sign0148: