中文文档 | English Document
Running Life(Open Source),a runens GPS social running app,based on AMAP and HealthKit。
.
Drawing running path dynamicly
.
Judge running status intelligently
.
Record running data and generate a small card to share(WeChat)
.
Show burning calories with Bar chart
.
MVVM architecture (now temporarily using KVOController to solve the problem of Communication between View and ViewModel, the next version will be switched to ReactiveCocoa)
.
Draw running path dynamicly on AMAP
.
Judge running status by CMMotionManager
.
Elegant record page made by Bessel curve and frame animation
.
CoreData
.
HealthKit
.
Implementate a view multiplexing mechanism to solve the problem of OOM
Project reconstruction is continuing. 80% of functions have been completed(less functions about interaction with the server).Server source code is open source
,developed by my friend Ying.
Interface documentation
:https://github.com/yinzishao/run/blob/master/README.md
Server source code:https://github.com/yinzishao/run
Android version:https://github.com/caixindong/Running-Life---Android
I had written two blogs to analyse the key technology of this project(but in Chinese):
开源项目Running Life 源码分析(一)
开源项目Running Life 源码分析(二)