Android - 如何创建图像选择器
在我的应用程序中,我需要使用一些东西来让用户从设备中选择图像。
简单的方法是如何做到这一点?
请记住,我将在选择后使用该图像。
提前致谢。
In my app i need to use something that will let the user select an image from device.
How is the simple way to do this?
Remembering that i'll use that image after selected.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试以下操作,打开图库并让用户选择图像。
'selectedImage '
是选定的图像,因此您现在可以在应用程序的其余部分中使用它。
You can try the following which opens the gallery and lets user pick an image.
}
'selectedImage' is the selected image, so you can use it in the rest of your application now.
使用此代码从图库中选择图像
,然后添加一种新方法
use thi code to select image from Gallery
and after this add one new method