Android Question Load images in imageviews out of the Loop

Roozbeh

New Member
Hello

i use this code for add 10 imageviews.
B4X:
for i=0 to 9
Imageview1.Initialize("imgeview1")
Panel1.AddView(Imageview1,3.5%x,10%x,45%x,35%x)
next

now how i can load images in imageviews out of loop? (Separate)

Thanks
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…