Gktech Member Licensed User Nov 14, 2018 #1 How can I add an image in the ListView using an http image, I've already tried using DownloadImage (https://www.b4x.com/android/forum/threads/b4x-okhttputils2-with-wait-for.79345/#content) did not work. How can I do this? to load a ListView using the AddTwoLinesAndBitmap or AddTwoLinesAndBitmap2 with an image on the website?
How can I add an image in the ListView using an http image, I've already tried using DownloadImage (https://www.b4x.com/android/forum/threads/b4x-okhttputils2-with-wait-for.79345/#content) did not work. How can I do this? to load a ListView using the AddTwoLinesAndBitmap or AddTwoLinesAndBitmap2 with an image on the website?
DonManfred Expert Licensed User Longtime User Nov 14, 2018 #2 I dont think it will work with ListView. Use xCustomListview and you can easily use the Imagedownloader mechanism. On the other hand you just can download the mages with okhttputils and directly use the right image (as bitmap) to put into the LV. Upvote 0
I dont think it will work with ListView. Use xCustomListview and you can easily use the Imagedownloader mechanism. On the other hand you just can download the mages with okhttputils and directly use the right image (as bitmap) to put into the LV.
Gktech Member Licensed User Nov 28, 2018 #3 DonManfred said: I dont think it will work with ListView. Use xCustomListview and you can easily use the Imagedownloader mechanism. On the other hand you just can download the mages with okhttputils and directly use the right image (as bitmap) to put into the LV. Click to expand... Thanks for doing xCustomListview and worked it out, problem solved. Upvote 0
DonManfred said: I dont think it will work with ListView. Use xCustomListview and you can easily use the Imagedownloader mechanism. On the other hand you just can download the mages with okhttputils and directly use the right image (as bitmap) to put into the LV. Click to expand... Thanks for doing xCustomListview and worked it out, problem solved.