i saw lots of examples on this site but i still can understand how to edit and image in a customListView
my customlist have images and at any time i want to change the image
the problem is that there is only one imageview how can choose what image i want to change ?
any ideas ?
my customlist have images and at any time i want to change the image
the problem is that there is only one imageview how can choose what image i want to change ?
B4X:
ImageView1.SetBackgroundImage(LoadBitmap(File.DirInternalCache,"myimage.jpg"))
any ideas ?