I'm trying to retrieve the id of my playlists in Spotify so that I can show the content (playlists name, tracks, etc.) in a ListView in my Android app. I can't find a way to get that data.
I copied the Android Quick Start source code given by Spotify. Everything works clean as long as I know the playlist ID ("spotify:playlist:5smL9JMG88uvAabko1c5P0"). But what about if I don't know it and I want to get it from Spotify (so, for example, if I have many playlists in my account I can decide in my app which one to play)? Is there a get method for Android? I don't show any code because it's the same provided by Spotify.