Android - 如何从相机捕获图像或从库添加图像

发布于 2024-12-20 16:21:35 字数 125 浏览 2 评论 0原文

我是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挽袖吟 2024-12-27 16:21:35
  1. 请阅读以下文章,其中解释了如何从相机捕获图像:
    从您的应用捕获相机图像

要从图库中获取图像,您必须使用 Media 类中定义的不同意图操作。

  1. Read following article which explains how to capture image from Camera:
    Capture camera image from your app

For getting images from gallery, you have to use different intent action defined in Media class.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文