Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
现在我被要求创建一个简单的应用程序,人们可以在其中拍照。并且该照片将保存到特定文件夹中,并且主图库无法访问该文件夹。只有该应用程序可以访问该文件夹并查看图片。
我的问题是,如何在应用程序中添加或调用相机?拍照、拍摄照片、将其保存在文件夹中以及如何停止保存照片(如取消保存)的步骤是什么。
Android Camera API 上有很多文档。您可以使用 Google 找到它们。这是一个关于相机 API 的非常有用的文章的链接。
http://www.vogella.com/articles/AndroidCamera/article.html
我建议你按照android提供的例子
http://developer.android.com/guide/topics/media/camera.html
最简单的指令。