spotify / android-sdk

Spotify SDK for Android
https://developer.spotify.com/documentation/android/
Apache License 2.0
474 stars 120 forks source link

Is this SDK still supported and/or maintained? #340

Open dzqv opened 1 year ago

dzqv commented 1 year ago

Our team has tried to implement the SDK with no success. It looks like the last release was about a year and a half ago and perhaps no longer actively maintained. Should we keep trying or go a different route?

TheMejmun commented 1 year ago

+1 Would also like to know.

edgarwideman commented 1 year ago

It appears like we got thrown on the back shelf... 😥

edgarwideman commented 1 year ago

Our team has tried to implement the SDK with no success.

I did get it working on my own project now. You are welcome to reach out to me if you would like help. via twitter

Lightningtow commented 1 year ago

https://github.com/adamint/spotify-web-api-kotlin has all of the web API features, and has mostly completed implementing all the app remote / playback features. It's what I personally use, especially cause it's actively maintained. I don't know it'll work for your purposes, but it's probably worth checking out.