【问题标题】:How to clear Particular Picasso Image cache in android如何在android中清除特定的毕加索图像缓存
【发布时间】:2016-04-28 12:16:15
【问题描述】:

我正在使用毕加索加载图像。在此图像中,我在绘制并保存图像后绘制了颜料,但缓存图像未显示该绘制线,而是带有绘制线的完整图像显示。但是我关闭应用程序并再次打开应用程序,它会缓存带有画线的图像显示。

请建议我。我正在使用这个毕加索。 https://github.com/square/picasso

【问题讨论】:

标签: android image caching picasso


【解决方案1】:

保存图像时调用Picasso.invalidate(...),传递与加载图像相同的路径。

https://github.com/square/picasso/issues/1273复制杰克的评论

【讨论】:

    猜你喜欢
    • 2016-01-20
    • 2015-05-07
    • 2019-05-26
    • 2014-04-10
    • 2014-11-03
    • 2016-03-17
    • 2016-08-10
    • 1970-01-01
    • 2015-02-14
    相关资源
    最近更新 更多