在 Android 中显示加速度计值
我正在寻找一些源代码或示例代码,详细说明如何在 Android 中显示加速度计的值。优选地,这些值将显示x方向、y方向和z方向上的加速度。
我是一名 Android 菜鸟,因此非常感谢您的帮助。
I am looking for some source code or example code detailing how to display the values of the accelerometer in Android. Preferably, the values would show acceleration in the x direction, y direction, and z direction.
I am an Android noob so any help is much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否查看过 Android 示例中的加速计示例?你总是可以尝试这样的事情(我从这里获得):
Have you checked out the Accelerometer example in the android samples? You could always try something like this (which I got from here):
这是另一个重力示例,这将返回重力矢量。请注意,您可以更改传感器类型和采样速度,更多详细信息此处
Here is another example with gravitation, this will return the vector of gravity. Note that you can change the sensor type and the speed of sampling, more details here