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

java - Unable to make sub reports with Jasper -

Save and close a word document by giving a name in R -

How can I utilize Yahoo Weather API in android -