标签: android android-layout
x = (int) Math.pow(sensorEvent.values[1], 2);
从这段代码我只得到0-90的值,但我想从右到左0-180 请帮帮我。
答案 0 :(得分:0)
从传感器获取角度, 你必须使用Sensor.TYPE_ACCELEROMETER& Sensor.TYPE_MAGNETIC_FIELD:
Sensor.TYPE_ACCELEROMETER
Sensor.TYPE_MAGNETIC_FIELD
选中此Code of angle from sensor,我希望它能为您效果