Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 844 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 844 Bytes

Exercise Statistics App

This small app is for trying out making an app in Kotlin that uses Dagger2 and RxJava2. It pulls information from the Strava API and displays in a pie chart, how many kilometers of cycling, swimming and running were recorded by Strava for the user.

The user needs to authorize the app to access this data. Strava are making changes to their OAuth process I may or may not update this app, depending on if I want to use it to try something else out.

If for some reason you want to run the app you will need to get a Strava Client ID and secret. And then add these as string resources with ids:

  • kotlinstravatrial_strava_client_id
  • strava_client_secret