如何在onSensorChanged获得0到180度

时间:2012-10-29 12:00:45

标签: android android-layout

x = (int) Math.pow(sensorEvent.values[1], 2);

从这段代码我只得到0-90的值,但我想从右到左0-180 请帮帮我。

1 个答案:

答案 0 :(得分:0)

从传感器获取角度, 你必须使用Sensor.TYPE_ACCELEROMETER& Sensor.TYPE_MAGNETIC_FIELD

选中此Code of angle from sensor,我希望它能为您效果