Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 368 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 368 Bytes

Spotify Android SDK Example

A simple app that uses the Spotify Android SDK to play an audio track. Based on the Spotify Android SDK Tutorial

Setup

Set your client id and redirect uri in gradle.properties:

ClientId="yourclientid"
RedirectUri="yourcustomprotocol://callback"