Description
I have been struggling quite a bit lately with finding a way to make use of the SDKs for a simple use case. A sample of how to use "auth" lib in combination with "AppRemote" lib would be something which would be very appreciated.
The use case I would like to implement is:
1- user connects with Spotify from my app
2- user sees his playlists and the playlists of another user that represents recommendations for my app
3- user clicks on one of the playlists and the playlist starts playing
4- user disconnects from Spotify
I think this would be a very good sample to also be provided to us developers to better understand how to work with the new SDK.
Currently, the samples provided are a bit vague and distributed.
P.S.: Maybe also it would be a very good idea to provide kinda AppRemoteLib and a superset of it that contains AppRemote and also WebAPI implementation along with networking(most probably would be just fine to include a dependency on Retrofit/OkHttp as it is now kinda standard and won't add any extra dependency to client apps)