Android-Universal-Image-Loader
Android-Universal-Image-Loader copied to clipboard
Powerful and flexible library for loading, caching and displaying images on Android.
unicode image name from device not fail to load images
Here is the problem: I use the url: http://dev2.hkday.com.hk/image/example.JPG to load image A. and then I change the image to image B with same image name same Url. I have...
I get the error `E/ImageLoader﹕ Image can't be decoded`. I found a solution here https://github.com/nostra13/Android-Universal-Image-Loader/issues/539. One guy says to copy a class `NutraBaseImageDecoder` andd add `.imageDecoder(new NutraBaseImageDecoder(true))` to the options,...
When I downloaded image from server, I got an java.net.SocketException, the stack info is: E/ImageLoader(10708): java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset by peer) E/ImageLoader(10708): at libcore.io.IoBridge.maybeThrowAfterRecvfrom(IoBridge.java:591) E/ImageLoader(10708): at libcore.io.IoBridge.recvfrom(IoBridge.java:553) E/ImageLoader(10708):...
I have to update several image views with the same url, when I get an update event. The code does something like: ``` imageLoader.loadImage(url, targetSize, opt, new SimpleImageLoadingListener() { public...
@nostra13 i have this code attached next, and implement listener. Not receive data about when disk is full. My configuration is LimitedAgeDiskCache. and the log receive this message: `01-25 11:21:45.256...
hi, I encountered a problem with this plug-in,Microsoft operating system separator will be transferred to '%5C'
Hi, I am trying to get bitmap and set in ImageView but since drawable, it is creating issues. java.lang.ClassCastException: RoundedBitmapDisplayer$RoundedDrawable cannot be cast to android.graphics.drawable.BitmapDrawable Any help would be welcome....
In LimitedAgeMemoryCache class , The get method: public Bitmap get(String key) { Long loadingDate = loadingDates.get(key); if (loadingDate != null && System.currentTimeMillis() - loadingDate > maxAge) { cache.remove(key); loadingDates.remove(key); }...
both RoundedBitmapDisplayer and CircleBitmapDisplayer maybe centercrop works , but the Bitmap was warped