MotionMate is a very simple and lightweight step counter app for Android that records your daily steps and presents the results in a nice weekly bar chart along with other statistics.
It uses the built-in step counter sensor if it is present on the device, and otherwise uses a fallback implementation based on the accelerometer sensor.
It supports file-based data import and export and does not require internet access, so all your data is stored on the device only.
or download the apk directly from the GitHub releases page.
$ git clone https://github.com/0xf4b1/motionmate && cd motionmate
$ ./gradlew assembleDebug
$ adb install app/build/outputs/apk/debug/app-debug.apk
The project is licensed under GPLv3.
- MPAndroidChart - Apache License 2.0