You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: