A ahwong Member Licensed User Longtime User Feb 2, 2013 #1 I have a customlistview with images and labels... Instead of overloading the device storage and avoid constant updating of images, I am thinking of using webviews to display the images. Is this a good idea? or is there an alternative, like imageview.source ="http://xxx.image.jpg" ...blah blah blah...
I have a customlistview with images and labels... Instead of overloading the device storage and avoid constant updating of images, I am thinking of using webviews to display the images. Is this a good idea? or is there an alternative, like imageview.source ="http://xxx.image.jpg" ...blah blah blah...
Erel B4X founder Staff member Licensed User Longtime User Feb 3, 2013 #2 Test it. Seems like it will be quite slow. The alternative is to use HttpUtils2 to download the images. Upvote 0
Test it. Seems like it will be quite slow. The alternative is to use HttpUtils2 to download the images.