Skip to content

jdamcd/runlog-kmm

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
ios
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

RunLog

"Kilometer" is a work-in-progress KMM (Kotlin Multiplatform Mobile) Strava app. It calls the Strava API via shared Kotlin modules. The iOS and Android apps are thin UI clients (views and MVVM view models) using SwiftUI and Jetpack Compose.

Screenshots: login, activity feed, activity details

Local builds

Several API keys are required for fully functional local builds.

Strava

Register a Strava API application and add your OAuth client ID and secret to local.properties with the keys:

  • com.jdamcd.runlog.client_id
  • com.jdamcd.runlog.client_secret

Mapbox

Create a Mapbox account for access to the static maps API and add your token to local.properties with the key:

  • com.jdamcd.runlog.mapbox_token