healthgo SupportThanks 介绍
healthgo
a android pedometer app (安卓计步器)
Support
Android 4.1- 7.0
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 | 计步器的实现运用了这篇论文里提到的方法 |