- 授权协议: GPL
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://gitee.com/gojuukaze/healthgo
- 软件文档: https://gitee.com/gojuukaze/healthgo
软件介绍
healthgo
a android pedometer app (安卓计步器)
Support
Android 4.1- 7.0
Thanks
| Project/People | desc | other |
|---|---|---|
| Realm | a mobile database | 使用了这个数据库 |
| EventBus | a publish/subscribe event bus optimized for Android | 使用它进行跨线程通讯 |
| Hellocharts | charts/graphs library for Android | 使用了它的折线图 |
| simple-pedometer | google simple pedometer | 借鉴了它StepListener的设计 |
| BasePedo | a android pedometer | 主要借鉴了防止应用被杀死的的代码 |
| ReignerWu | UI | 感谢ReignerWu为软件设计了ui |
| 《步数检测方法及在手腕式计步器中的应用研究》(谢如花) | a step detection method and the research of its application on the wrist-type pedometer | 计步器的实现运用了这篇论文里提到的方法 |
Head First Design Patterns
Elisabeth Freeman、Eric Freeman、Bert Bates、Kathy Sierra、Elisabeth Robson / O'Reilly Media / 2004-11-1 / USD 49.99
You're not alone. At any given moment, somewhere in the world someone struggles with the same software design problems you have. You know you don't want to reinvent the wheel (or worse, a flat tire),......一起来看看 《Head First Design Patterns》 这本书的介绍吧!


