如何打开Android默认图库中的图像
可能的重复:
如何通过代码打开手机图库
我已经在我的应用程序。我可以调用Android默认的图库来显示图像而不是使用ImageView来查看图像吗? 非常感谢!
Possible Duplicate:
How to open phones gallery through code
I have outputted a image in my app. Can I call the default Android's gallery to display the image instead of using ImageView to view the image.
Thank you very much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试这个开放画廊
try this for open gallery
您应该能够使用此代码在图库中显示图像。
You should be able to display the image in gallery using this code..