I am using Universal Image Loader for showing images in my listview in Android. Most of the images are showing perfectly fine, but some other URLs are not working. What could be the cause?
Asked
Active
Viewed 389 times
0

Peter Mortensen
- 30,738
- 21
- 105
- 131

chossen-addict
- 370
- 1
- 7
- 31
-
Can you post your configuration (ImageLoaderConfiguration), display options (DisplayImageOptions),getView() method code of your adapter and XML layout of your ImageView you load image into? – GVillani82 Sep 30 '13 at 20:37
-
1I can think of 3 things: the url address is incorrect, the image doesn't exist at that url, there is a bug in the listview control. – Sep 30 '13 at 20:40
-
@jeff i have logged the url , the url are returning the image properly , can you explain a bit what kind of bug can there be in listview control? – chossen-addict Sep 30 '13 at 20:41