本文介绍了如何使用Android的加速器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我试图建立从加速度计在我的手机,它仅支持Android 2.1的读值的应用程序。
I'm trying to build an app for reading the values from the accelerometer on my phone, which supports Android 2.1 only.
我如何使用2.1兼容的code加速度计读?
How do I read from the accelerometer using 2.1-compatible code?
推荐答案
这是不容易的几段解释。你应该试着去阅读:
This isn't easily explained in a few paragraphs. You should try to read:
- 传感器概述
- <$c$c>SensorManager$c$c>说明
有一堆教程:
- TechRepublic - 对编码Android的加速度传感器的快速教程
- AndDev - 使用加速度计
- TechRepublic – A quick tutorial on coding Android's accelerometer
- AndDev – Accessing the Accelerometer
这篇关于如何使用Android的加速器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!