frapontillo/ImageViewEx

How to Refresh/re-download an image

femski opened this issue · 1 comments

Great library ! I am using it to show nexrad images to pilots and its a life saver.

One issue I have is that library caches images on disk/memory. This means cached images become outdated as they are updated regularly on the server. Library does not seem to download newer copy of the image from server (restarting app etc does not help). How do I force a refresh of image ?

You can use getMemCache and getDiskCache, from there on you can basically do whatever you want with cached objects.