Spotify Android integration, Is it possible to preview track without Premium account? -
Spotify Android integration, Is it possible to preview track without Premium account? -
in spotify web-api possible preview track 30 sec. so, want know, possible implement functionality using spotify android sdk. unable find classes or methods related , want know if functionality available in spotify android sdk, can test without spotify premium account?
or
is possible utilize spotify web api in android app?
any help appreciated. in advance.
the spotify native sdks utilize "native" component playback of full-length songs. correct, officially-supported way of looking metadata etc is utilize web api. ios sdk provides wrapper this, android sdk doesn't (yet).
therefore, yes, should utilize web api in android app. since web api allows 30-second previews without authentication, can in app too.
since android sdk doesn't include wrappers web api @ moment, you'll need build them yourself. spotify web api standard json/rest api - there's nil special - android json/rest library should able interact fine.
android integration spotify libspotify spotify-app
Comments
Post a Comment