My application should count the steps passed by the user. Tell me, what are the algorithms, approaches, API for this?
1 answer
The library can help you count the steps: https://github.com/bagilevi/android-pedometer
There is also an official example: https://github.com/googlesamples/android-BatchStepSensor
Sample demonstration of sensor detectors and step counters.
|