I am using UIL to load images in a listview.
When I long press an image in the listview, I show a dialog to modify that picture, replacing it with a new one using t
I think you should delete cached image in memory cache when opening dialog. Use MemoryCacheUtil for that:
MemoryCacheUtil
MemoryCacheUtils.removeFromCache(imageUrl, imageLoader.getMemoryCache());