Android-Universal-Image-Loader icon indicating copy to clipboard operation
Android-Universal-Image-Loader copied to clipboard

Powerful and flexible library for loading, caching and displaying images on Android.

Results 116 Android-Universal-Image-Loader issues
Sort by recently updated
recently updated
newest added

When scrolled to an imageview in recyclerview for which the bitmap has not been downloaded yet, it automatically scrolls all the way to the bottom. jar version is 1.9.5 DisplayConguration...

FAILURE: Build failed with an exception. - What went wrong: Execution failed for task ':library:androidJavadocs'. > Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '/home/malin/github_demo/Android-Universal-Image-Loader/library/build/tmp/androidJavadocs/javadoc.options' - Try: Run...

Advance thanks UIL Drawable is Here [https://imgur.com/BZuty0w](Grid Drawable) I'm creating repeatable drawable using android drawable in res/drawable/drawable_grid.xml ` ` i can directly access this repeatable drawable using `Drawable d1 =...

Image can't be decoded [https://www.google.co.in/imgres?imgurl=https%3A%2F%

There is an article detail activity with a comment list in my app. Every list item has a custom avatar view, so I use method `loadImage` instead of `displayImage` to...

ImageLoader: UIL doesn't support scheme(protocol) by default [com.google.android.gms.tasks.zzu@3468ce7]. You should implement this support yourself (BaseImageDownloader.getStreamFromOtherSource(...)) java.lang.UnsupportedOperationException: UIL doesn't support scheme(protocol) by default [com.google.android.gms.tasks.zzu@3468ce7]. You should implement this support yourself (BaseImageDownloader.getStreamFromOtherSource(...))...

![_20180716181618](https://user-images.githubusercontent.com/19640206/42753715-5ab691de-8924-11e8-9022-d42801959051.jpg)

trying to load image from my phone using UIL but I am getting an error: `UIL doesn't support scheme(protocol) by default [null]` Is it possible that the local photo library...

My app randomly crashes, I couldn't find any steps to reproduce the issue, FYI I do invoke, ImageLoader.getInstance().stop(); sometime. How can I avoid this crash, if stop() is reason for...

Bug