标签: java android sensor
任何人都可以帮助解决这个问题。 如何在一秒钟内计算Android的线性加速度传感器值的数量?
答案 0 :(得分:0)
在线性加速度传感器上注册SensorListener。对于检索的每个值,除了增加值的总量之外,您可以使用类似SimpleDateFormat的内容来检查时间,如果在每个值之间添加时间,则可以在超过1秒时停止循环。
SensorListener
SimpleDateFormat
System.currentTimeMillis()会更容易。
System.currentTimeMillis()