Search code examples
androidimageandroid-imageviewuniversal-image-loaderimage-loading

Image not loading with universal image loader


I am using Universal image loader for loading images and showing them in a ListView. Some of the links I have are with the image extension like this

Link 1 : http://HOST/staticContent/EnlgImg250x250/HandBags-ContemporarydesignblackClutch-HB1122-1.jpg

Link 2 : http://HOST/images/get/Product/9958/1

both the links show image in the web browser but the images are not loading in my app using the Image loader

I am using the following code :

imagLoader.displayImage(imagUrl, imageView ,displayOptions);

can someone help me with this please?


Solution

  • I solved this problem by downloading the latest version of UIL from here. I was using a older version jar file in my project.