webimageloader icon indicating copy to clipboard operation
webimageloader copied to clipboard

Library to handle asynchronous image loading on Android.

Results 7 webimageloader issues
Sort by recently updated
recently updated
newest added

Bumps [gson](https://github.com/google/gson) from 2.2.3 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

Hi, Like I said on the previous message, thanks for your contribution. Your code is one of the bests for me. And, I have only one more issue with this...

Some images are always re-loaded from the network. Examle img url: http://sga-book.ru/files/3383.04.01;Т-Т.01;2/images/image035.jpg V/NetworkLoader﹕ Loaded http://sga-book.ru/files/3383.04.01;Т-Т.01;2/images/image035.jpg from network .... Build ImageLoader in default param in ImageLoaderApplication.java

If the URL have an %20, %2F or some other character like those, the image is not loaded. Getting D/ImageHelper﹕ Error loading bitmap A fix could be parse the URL...

Hi, I think your api very cool. It solved all my problems to load images. Thank you very much for your contribuition. But, I still need two little things to...

Is there any way to pause the async tasks? Reason I ask, is to pause the background threads while scrolling as there's too much work being done as the images...

I created the issues #8 and #9 because after deeply looking at the code I still can't understand all the internal mechanics. Feeding the wiki with documentation about the internal...