从Picasso缓存中获取图像URI

时间:2017-03-10 20:47:55

标签: android caching picasso

  1. 毕加索从网上加载图片: Picasso.with(context).load("http://dom.com/pic.png").into(imageView);

  2. 加载后,我需要获取存储在缓存或内存映像中的URI,例如:file:///data/data/com.dom.myapp/cache/pic-1689623235234.png并将其放入Extra for other Activity

  3. 如何从Picasso缓存中获取图像URI或获取其他方法?

0 个答案:

没有答案