# healthgo
**Repository Path**: gojuukaze/healthgo
## Basic Information
- **Project Name**: healthgo
- **Description**: a android pedometer app (安卓计步器)
- **Primary Language**: Android
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 19
- **Forks**: 7
- **Created**: 2018-04-13
- **Last Updated**: 2024-04-30
## Categories & Tags
**Categories**: android-modules
**Tags**: None
## README
# healthgo
[](https://github.com/gojuukaze/healthgo/releases/tag/v1.0.0)
[](https://github.com/gojuukaze/healthgo/blob/master/LICENSE)
[]()
a android pedometer app (安卓计步器)
---
# Support
Android 4.1- 7.0
# Download
[](https://github.com/gojuukaze/healthgo/releases)
# Thanks
| Project/People | desc | other |
| ------------- |:-------------|:-----|
| [Realm](https://realm.io) | a mobile database | 使用了这个数据库 |
| [EventBus](https://github.com/greenrobot/EventBus) | a publish/subscribe event bus optimized for Android | 使用它进行跨线程通讯 |
| [Hellocharts](https://github.com/lecho/hellocharts-android) | charts/graphs library for Android | 使用了它的折线图 |
| [simple-pedometer](https://github.com/google/simple-pedometer) | google simple pedometer | 借鉴了它StepListener的设计 |
| [BasePedo](https://github.com/xfmax/BasePedo) | a android pedometer | 主要借鉴了防止应用被杀死的的代码 |
| ReignerWu | UI | 感谢ReignerWu为软件设计了ui |
| [《步数检测方法及在手腕式计步器中的应用研究》(谢如花)](https://wenku.baidu.com/view/419c7ad96bec0975f565e22e.html) | a step detection method and the research of its application on the wrist-type pedometer | 计步器的实现运用了这篇论文里提到的方法 |