D daniedb Active Member Licensed User Longtime User May 27, 2018 #1 Hi Guru's I've search through the topic threads, but couldn't find what I'm looking for. I have a mysql database, with links to various images eg: "http://116.234.112.23/image/myimage1.jpg" How can I display that image with loadbitmap in a Listview as Bitmap Image? Thanks Danie
Hi Guru's I've search through the topic threads, but couldn't find what I'm looking for. I have a mysql database, with links to various images eg: "http://116.234.112.23/image/myimage1.jpg" How can I display that image with loadbitmap in a Listview as Bitmap Image? Thanks Danie
asales Expert Licensed User Longtime User May 27, 2018 #2 DownloadImage (and you can use a customlistview): https://www.b4x.com/android/forum/threads/b4x-okhttputils2-with-wait-for.79345/#content Upvote 0
DownloadImage (and you can use a customlistview): https://www.b4x.com/android/forum/threads/b4x-okhttputils2-with-wait-for.79345/#content
D daniedb Active Member Licensed User Longtime User May 28, 2018 #3 Thanks, will have a look into this... Upvote 0