【发布时间】:2015-02-16 06:18:43
【问题描述】:
我正在使用:
ImageLoader.getInstance().displayImage(imageUrls.get(position), holder.ivPhoto, options);
其中 imageUrls 是 String 的 ArrayList,它是加载图像的 urls 列表,并且 holder 包含 ImageView。
要分享此图像,我想使用此 Intent 但我不知道保存图像的位置。我已经在 Stack Overflow 上进行了搜索,但无法找到合适的解决方案,或者如果有任何其他方式可以分享非常有用的图像。
【问题讨论】:
标签: android universal-image-loader instagram-api