BradPatras / pace-monitor

Android app for live monitoring of running pace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pace Monitor

Live monitoring of running pace (minutes per mile) calculated in three ways using the previous 5, 30 and 60 seconds of speed data from device GPS

Libraries Used

  • Dexter: for permission requests
  • FusedLocationProvider: for speed monitoring
  • EventBus: used by service to post speed reports
  • LiveData: Handling the stream of speed data from the service to the ui (initially implemented with rxjava)

 

About

Android app for live monitoring of running pace

License:MIT License


Languages

Language:Kotlin 100.0%