Android Question How can i change the pictures of "Cards list with CustomListView" ?

vhd_bgh

Member
Hi
how can i change the pictures of "Cards list with CustomListView" example, with codes ? (given that it is in another layout)
i used this:
B4X:
ImageView1.Bitmap=LoadBitmap(File.DirAssets,"test.png")
but it did not apply
i have to load items layout before it?
 
Last edited:
Top