Is there an Android Spotify Developer API?

I was looking for creating an Android application that uses the Spotify API, but when I looked at this page, it does not list the Android API. is there somewhere? if not, are there any other streaming music services that have an android API?

http://developer.spotify.com/en/libspotify/overview/

+7
source share
5 answers

Does not look like. You can ask them on their Facebook page or in one of the other links in the lower right corner of http://developer.spotify.com/en/

Or you can use them Contact page

0
source

There is a C library that can be used on ARM android devices. it is available at: https://developer.spotify.com/technologies/libspotify/

+4
source

Spotify have just released the Android SDK in beta . You can check it out.

0
source

SDK for android:

https://developer.spotify.com/technologies/spotify-android-sdk/tutorial/

and spotify API for streaming, get playlist, song, user, etc.

https://github.com/kaaes/spotify-web-api-android

the github example uses MediaPlayer, replace it with spotify.Player, when you have to use Uris to define it for the game.

0
source

it looks like there is now sdk github

0
source

All Articles