Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j4velin/Pedometer
Lightweight pedometer app for Android using the hardware step sensor
https://github.com/j4velin/Pedometer
Last synced: 3 months ago
JSON representation
Lightweight pedometer app for Android using the hardware step sensor
- Host: GitHub
- URL: https://github.com/j4velin/Pedometer
- Owner: j4velin
- License: apache-2.0
- Created: 2013-11-23T16:37:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T09:32:24.000Z (about 1 year ago)
- Last Synced: 2024-08-02T20:46:12.762Z (6 months ago)
- Language: Java
- Homepage: https://play.google.com/store/apps/details?id=de.j4velin.pedometer
- Size: 1.01 MB
- Stars: 1,437
- Watchers: 91
- Forks: 672
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Android-Open-Source-Projects - Pedometer
README
Pedometer
=========[![Build Status](https://travis-ci.org/j4velin/Pedometer.svg?branch=master)](https://travis-ci.org/j4velin/Pedometer)
Lightweight pedometer app using the hardware step-sensor for minimal battery consumption.
This app is designed to be kept running all the time without having any impact on your battery life! It uses the hardware step detection sensor of the Nexus 5, which is already running even when not using any pedometer app. Therefore the app does not drain any additional battery. Unlike other pedometer apps, this app does not track your movement or your location so it doesn't need to turn on your GPS sensor (again: no impact on your battery).Sign in with your Google account to unlock achievements and keep you motivated!
Pedometer uses the [EazeGraphLibrary](https://github.com/blackfizz/EazeGraph "EazeGraphLibrary") by Paul Cech and [a fork](https://github.com/j4velin/colorpicker) of [ColorPickerPreference](https://github.com/attenzione/android-ColorPickerPreference "android-ColorPickerPreference: Android color picking library") by Sergey Margaritov.