Skip to content

0xf4b1/motionmate

Repository files navigation

MotionMate

android GitHub release GitHub

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

Download from Google Play

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