android - Clear Cache memory of Picasso -


i'm trying clear cache memory of picasso via android coding.

can please me in issue..?

i have tried using following code, not useful in case:

picasso.with(getactivity()).load(data.get(pos).getfeed_thumb_image()).skipmemorycache().into(image); 

use instead :

 picasso.with(getcontext()).load(data.get(pos).getfeed_thumb_image()).memorypolicy(memorypolicy.no_cache).into(image); 

Comments

Popular posts from this blog

javascript - IndexedDB error: Uncaught DataCloneError: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned -

java - Unable to make sub reports with Jasper -

Integrity error when loading fixtures for Selenium testing in Django -