kaaes / spotify-web-api-android

A wrapper for Spotify Web API. It uses Retrofit to create Java interfaces from API endpoints
http://kaaes.github.io/spotify-web-api-android
MIT License
381 stars 138 forks source link

Example Code Utilizing Wrapper? #117

Open aferguson14 opened 8 years ago

aferguson14 commented 8 years ago

Can anyone point me to an example of their app utilizing the wrapper to access Spotify data? I'm trying to display playlist, but I'm having trouble.

kaaes commented 8 years ago

@aferguson14 have a look at a sample search app in this project that searches and shows results in a list.

zurche commented 8 years ago

@aferguson14 I'm doing an example that does exactly that here using this very lib: https://github.com/zurche/partify By the way the steps involved are:

  1. Validating the user using the Spotify Android SDK
  2. Getting the user Token.
  3. Setting the Token to the spotify-web-api-android lib
  4. Sending a new request