Pedometer is a prototype implementation of an Android Pedometer that uses Dead-Reckoning to track steps and path when losing GPS signal.
Pedometer is hosted in the following web site
https://github.com/MustafaJaber/Pedometer
If you think the Android project Pedometer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Pedometer.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Required Permissions | android.permission.ACCESS_FINE_LOCATION android.permission.BIND_ACCESSIBILITY_SERVICE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
Pedometer has the following Java source files.
com.mjaber.pedometer.Application.java com.mjaber.pedometer.MainActivity.java com.mjaber.pedometer.Pedometer.java com.mjaber.pedometer.logger.DataLogger.java com.mjaber.pedometer.logger.GPXWriter.java com.mjaber.pedometer.logger.LocationData.java com.mjaber.pedometer.services.DeadReckoningService.java com.mjaber.pedometer.services.PedometerService.java