I use the Picasso library in my Android application to download images. I would like to add the option "Clear image cache" to the application, which will remove all downloaded images from the cache, but, obviously, this will delete the downloaded images from my application (I mean not from other applications).
Is there an easy way to do this with Picasso? Using your own component?
Thanks!
android caching image picasso
thomaus
source share