• Stars
    star
    217
  • Rank 181,363 (Top 4 %)
  • Language
    Objective-C
  • Created about 8 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Running Life (iOS版)

Running-Life---iOS

中文文档 | English Document
Running Life(Open Source),a runens GPS social running app,based on AMAP and HealthKit。

Effect

image

Functaion

. 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

Technology

. 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

Present

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

Source Core Analysis

I had written two blogs to analyse the key technology of this project(but in Chinese):
开源项目Running Life 源码分析(一)
开源项目Running Life 源码分析(二)