Android 4.1- 7.0
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 | 计步器的实现运用了这篇论文里提到的方法 |