B4J Question View ImageView internet link on TableView

romario87027

Active Member
Licensed User
Longtime User
I would like to see the picture from the internet in a TableView. Can you do it?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
SS-2014-01-08_08.55.23.png


The attached project uses ImageDownloader to download the images.
 

Attachments

  • TableWithImage.zip
    1.9 KB · Views: 335
Upvote 0

jmon

Well-Known Member
Licensed User
Longtime User
You can try my jWebImageView library, which can display images from url links directly into the WebImageView. There is also an event raised when the image is clicked.
 
Upvote 0
Top