gpt4 book ai didi

Android, picasso 中的图像缓存未清除

转载 作者:行者123 更新时间:2023-11-30 01:49:34 24 4
gpt4 key购买 nike

我正在使用以下代码将图像从 Json 加载到 imageView。

Picasso.with(Sell_Preview_Activity.this)
.load(Httppost_Links.imagePath
+ ConstantVariables.sellDetails_stringURL)
.resize(size, size).centerInside()
.memoryPolicy(MemoryPolicy.NO_CACHE)
.into(viewImage_imageView);

但即使在图像被编辑后,缓存仍会保留。谁能帮我解决这个问题。

最佳答案

也许你可以使用 picasso 的新方法

Picasso.with(getActivity()).invalidate(file);

或者和memorypolicy一样添加networkpolicy

.networkPolicy(NetworkPolicy.NO_CACHE)

关于Android, picasso 中的图像缓存未清除,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33258030/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com