Android - 如何从相机捕获图像或从库添加图像
我是 Android 开发新手。
我有一个允许用户选择图像的应用程序。我正在使用按钮。当用户单击按钮时,我想让他们选择 a)从图库中选择图像,或 b)使用相机捕获图像。 请通过建议或任何文章帮助我。
谢谢
I'm new to Android development.
I have an application that allows the user to select images. I'm using an Button. When the user clicks on the Button, I'd like to allow them the option to a)select the image from the gallery, or b)use the camera to capture an image.
Please help me by suggestion or any article.
thanx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从您的应用捕获相机图像
要从图库中获取图像,您必须使用 Media 类中定义的不同意图操作。
Capture camera image from your app
For getting images from gallery, you have to use different intent action defined in Media class.