Android Open Source - GPS track Pedometer






Project Summary

Pedometer is a prototype implementation of an Android Pedometer that uses Dead-Reckoning to track steps and path when losing GPS signal.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Pedometer.

ItemValue
Java File Count9
Target SDK Version16
Minimum SDK Version8
Activity Count1
Required Permissionsandroid.permission.ACCESS_FINE_LOCATION
android.permission.BIND_ACCESSIBILITY_SERVICE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

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