Skip to content Skip to sidebar Skip to footer

Smartimageview, I Would Like To Force Refresh (and Not Caching)

I am using this useful class that allow smart online downloading of images (from the loopj guys). It works fine, but i cannot force the 'refresh' in the case of same name images th

Solution 1:

Have a look at my answer to a similar question here

It essentially involves appending a paramater to the end of the url you use to fetch the image and ensuring that the parameter is unique each time you call it thus forcing a fresh call.

Post a Comment for "Smartimageview, I Would Like To Force Refresh (and Not Caching)"