how to change ListView item Bitmap after add the item

KZero

Active Member
Licensed User
Longtime User
Hello,
i have list view
and i add item

B4X:
ListView.AddTwoLinesAndBitmap2("text1", "text2", null , "value")

now how to put image in this item ???


i want this cuz i wanna grab bitmaps from URL then put every loaded bitmap into its item

waiting any useful reply
thanks in advance
 

KZero

Active Member
Licensed User
Longtime User
in the attached project i could add item with image loaded from url
but i want to add the item first then when the image loading complete it will be placed in the item
 
Upvote 0
Top