Top "Universal-image-loader" questions

Universal Image Loader is the open source library for Android which aims to provide a reusable instrument for asynchronous image loading, caching and displaying.

How to lazy load images in ListView in Android

I am using a ListView to display some images and captions associated with those images. I am getting the images …

android image listview url universal-image-loader
Picasso v/s Imageloader v/s Fresco vs Glide

Findings: Difference between Picasso v/s ImageLoader here ... Info about the library GLIDE here ... Now recently Facebook released new image …

android universal-image-loader picasso fresco android-glide
Convert a File Object to Bitmap

I am using Universal-Image-Loader and there is this functionality that access the file cache of the image from sd card. …

java android caching bitmap universal-image-loader
Local image caching solution for Android: Square Picasso, Universal Image Loader, Glide, Fresco?

I am looking for an asynchronous image loading and caching library in Android. I was going to use Picasso, but …

android picasso android-glide universal-image-loader fresco
Android - ImageLoader must be init with configuration before using in UIL

I got the error: ImageLoader must be init with configuration before using is the error from Illegal State Exception. I …

java android android-fragments universal-image-loader
Caching images and displaying

Hello Am facing a particular problem in which I need to download images and display them onto a ListView corresponding …

android json imageview universal-image-loader lazylist
How can I resize a picture before displaying it in a view with Android Universal Image Loader?

I successfully applied the Universal Image Loader library (1.8.3 version) to my app, and I'm trying to resize the image before …

android resize image-resizing universal-image-loader
Which provides better Image Loading/Caching - Volley or Picasso?

I'm looking for an open source image loading/caching solution. I am looking in to: Google's Volley, Square's Picasso Universal …

android caching android-volley universal-image-loader
How to force a cache clearing using Universal Image Loader Android?

I am using UIL to load images in a listview. When I long press an image in the listview, I …

android universal-image-loader
Universal image loader roundedBitmapDisplayer issues

I'm using latest universal-image-loader-1.9.2-SNAPSHOT-with-sources.jar file. Its working fine. I want to change image to round(Circle). I have …

android universal-image-loader