Hi I want to add images to a list view in B4J, looking in the forum I cannot see one example of doing this simply, I have seen the example that loads images from a webpage, and does what I want, but I just add local images and 2 lines of text, the examples seem too busy for me to see the actual basic code to do this!
I was hoping I could use a sub like so
Thanks
Aidy
I was hoping I could use a sub like so
B4X:
Sub addline(image as image, line1 as string, line2 as string)
...
End sub
Aidy