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 - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -