motionmate

Simple and lightweight step counter app for Android

GPL-3.0 License

Stars
31

MotionMate

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.

Download

or download the apk directly from the GitHub releases page.

Screenshots

Building

$ git clone https://github.com/0xf4b1/motionmate && cd motionmate
$ ./gradlew assembleDebug
$ adb install app/build/outputs/apk/debug/app-debug.apk

License

The project is licensed under GPLv3.

Dependencies

Badges
Extracted from project README
android GitHub release GitHub