Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xf4b1/motionmate
Simple and lightweight step counter app for Android
https://github.com/0xf4b1/motionmate
android stepcounter
Last synced: 17 days ago
JSON representation
Simple and lightweight step counter app for Android
- Host: GitHub
- URL: https://github.com/0xf4b1/motionmate
- Owner: 0xf4b1
- License: gpl-3.0
- Created: 2019-04-04T01:35:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T19:09:02.000Z (11 months ago)
- Last Synced: 2024-10-11T00:57:01.921Z (about 1 month ago)
- Topics: android, stepcounter
- Language: Kotlin
- Homepage:
- Size: 585 KB
- Stars: 34
- Watchers: 4
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MotionMate
[![android](https://github.com/0xf4b1/motionmate/actions/workflows/android.yml/badge.svg)](https://github.com/0xf4b1/motionmate/actions/workflows/android.yml)
[![GitHub release](https://img.shields.io/github/v/release/0xf4b1/motionmate.svg)](https://github.com/0xf4b1/motionmate/releases)
[![GitHub](https://img.shields.io/github/license/0xf4b1/motionmate.svg)](LICENSE)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
[](https://play.google.com/store/apps/details?id=com.tiefensuche.motionmate)
or download the apk directly from the [GitHub releases](https://github.com/0xf4b1/motionmate/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
- [MPAndroidChart](https://github.com/PhilJay/MPAndroidChart) - Apache License 2.0