在图像视图上单击打开图库
当我单击程序中的图像时,我试图让我的程序打开图库。唯一真正令人困惑的是,如果图像来自网络,如何将图像加载到图库中。现在我只是从 URL 制作一个可绘制对象。有没有办法启动画廊意图并向其传递 url 甚至是可绘制的图像来显示图像?
I am trying to make my program to open the gallery, when I click on an image in my program. The only thing that is really confusing is how to load the image into the gallery, if the image is from the web. Right now i am just making a drawable from URL. Is there a way to start the gallery intent and pass it the url or even a drawable to show the image?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 带有远程图像的 Android Gallery 正是您所需要的。
I think Android Gallery With Remote Images is what you need.