Skip to content

Need a way to prevent image slider loading images from cache #426

@DIYMicha

Description

@DIYMicha

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions