Android Question How to get a view by dynamic

fash866

Member
Licensed User
Longtime User
Hi:
the problem is:
there is many viewimages like :
image1 image2 image3 image4 image5.....

Can i use a for...next to handle them?
example:
for i =1 to 5
"image"&i . background = loadbitmap(...)

next
 
Top