Android 指南针和相机启用教程
我想知道是否有人可以给我一些指南,我正在寻找教程来创建一个简单的指南针应用程序,该应用程序指向北方,然后可能继续确定附近的 GPS 坐标。
我还在寻找一个教程,使我能够在用户单击相机按钮时打开相机(在 Android 手机上)。
任何人都可以建议我任何好的入门教程吗?
非常感谢。 谢谢。
I wonder if anyone could give me some guides, I am looking for tutorials to creating a simple compass application that points north and then perhaps move on to determining nearby GPS co-ordinates.
I also looking for a tutorail that enable me to switch on the camera (on the android phone) when user click the camera button.
Can anyone suggest me any of good tutorials for me to get start please.
Much appreciated.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Android 提供的指南针链接。
Android 版指南针
其次,您想打开手机的摄像头或切换到它,然后尝试此操作。
在 Android 中打开相机 Intent
需要打开Android API中已经存在的Camera Intent。谢谢
Use this link for compass provided by Android.
Compass on Android Guide
And, second you want to open the camera of the phone or switch to it then try this.
Opening Camera Intent in Android
You need to open the Camera Intent already exist in Android API. Thanks