A simple app that uses the Spotify Android SDK to play an audio track. Based on the Spotify Android SDK Tutorial
Set your client id and redirect uri in gradle.properties
:
ClientId="yourclientid"
RedirectUri="yourcustomprotocol://callback"
A simple app that uses the Spotify Android SDK to play an audio track. Based on the Spotify Android SDK Tutorial
Set your client id and redirect uri in gradle.properties
:
ClientId="yourclientid"
RedirectUri="yourcustomprotocol://callback"