This Android app plays tracks from Spotify which have a tempo that matches that of the user's running cadence
To install, download the .zip of this project
Replace the three variables in the app level build.gradle file shown below with your personal
Help on creating a client ID and redirect uri can be found here: Spotify Documentation
buildConfigField "String", "SPOTIFY_CLIENT_ID", "\"YOUR-CLIENT-ID\""
buildConfigField "String", "SPOTIFY_REDIRECT_URI_PKCE", "\"YOUR-REDIRECT-URI\""
buildConfigField "String", "SPOTIFY_CODE_VERIFIER", "\"YOUR-VERIFIER\""
Below is a gif demonstrating the app: