标签: android image caching picasso
我正在使用毕加索加载图片。在此图像中,我在绘制并保存图像后绘制绘画,但缓存图像未显示绘图线但是使用绘图线显示完整图像。但我关闭应用程序并再次打开应用程序,它缓存图像显示与绘制线。
请建议我。我正在使用这个毕加索。 https://github.com/square/picasso
https://github.com/square/picasso
答案 0 :(得分:0)
保存图片时调用Picasso.invalidate(...),传递用于加载图片的路径。
Picasso.invalidate(...)
从https://github.com/square/picasso/issues/1273