1

Are we able to create our own playlists on Android using SpotifySDK and is it possible any free-users can shuffle it and premium users can play any song they want?

Michael Thelin
  • 4,710
  • 3
  • 23
  • 29
Burak Akyalçın
  • 302
  • 5
  • 26

1 Answers1

1

Are we able to create our own playlists on Android using SpotifySDK

Yes, that's possible. You may want to read about Spotify's Android SDK, and any Android SDK client/wrapper like the one made by kaaes.

is it possible any free-users can shuffle it and premium users can play any song they want

The playlist itself would be accessible to any Spotify user using the regular Spotify applications on iOS, Android, desktop, or web. However, since Spotify's Android SDK doesn't allow for free users to play tracks it would only be possible to play music from the playlist for premium users.

Michael Thelin
  • 4,710
  • 3
  • 23
  • 29