Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以帮助解决这个问题。如何计算一秒钟内Android的线性加速度传感器值的数量?
注册您SensorListener的线性加速度传感器。对于检索到的每个值,除了增加值的总数之外,您还可以使用SimpleDateFormat检查时间之类的方法,如果添加每个值之间的时间,则可以在超过 1 秒时停止循环。
SensorListener
SimpleDateFormat
System.currentTimeMillis()如果你只是测试,会更容易。
System.currentTimeMillis()