Charlie
Results
2
comments of
Charlie
You can clear the cache and it will reload the images from the server WebImageCache cache = new WebImageCache(context); cache.clear(); So you could do it manually(I do mine when the...
I noticed this also with my images in a list view even though I verified that my cache was empty. I believe that it is due to the way android...