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?
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?