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.
誰でもこの問題を解決するのに役立ちますか。1秒間にAndroidの線形加速度センサー値の数を計算する方法は?
SensorListener線形加速度センサーを登録します。取得された値ごとに、値の合計量を増やす以外に、SimpleDateFormat時間をチェックするなどの方法を使用できます。各値の間に時間を追加すると、1秒を超えたときにループを停止できます。
SensorListener
SimpleDateFormat
System.currentTimeMillis()テストしているだけなら、さらに簡単になります。
System.currentTimeMillis()