AndroidImageSlider icon indicating copy to clipboard operation
AndroidImageSlider copied to clipboard

Need a way to prevent image slider loading images from cache

Open DIYMicha opened this issue 5 years ago • 0 comments

Hey there, is there a switch or something to prevent the slider from loading images from cache? I changed the images in devices storage (rotated them with picasso) but when I refresh the slider, it keeps showing the pics from cache instead the changed ones. Only if I refreshed the slider with a load of other pics, it eventually shows the changed pictures from the first place. In Picasso itself we got those methods: .memoryPolicy(MemoryPolicy.NO_CACHE) .networkPolicy(NetworkPolicy.NO_CACHE) or maybe there's a way to clear picassos cache?

DIYMicha avatar Sep 11 '20 11:09 DIYMicha