A mediaplayer that uses the Spotify API to get data and stream tracks( 30 seconds, API limit). The user can search for an artist and receive a list of the top ten tracks for that artist.
The app was developed with Android Studio and targets the Android Lollipop 5.1 (API 22) platform.
Enumerated in the app's build.gradle, we require:
- [Android 5.1] (http://developer.android.com/about/versions/lollipop.html)
- [Android support libraries] (http://developer.android.com/tools/support-library/features.html)
- [Picasso] (http://square.github.io/picasso/)
- [Spotify API by Kaaes] (https://github.com/kaaes/spotify-web-api-android)
- [Retrofit] (http://square.github.io/retrofit/)
- [Okhttp] (http://square.github.io/okhttp/)
Import the SpotifyStreamer folder into Android Studio as an existing project and select Run > Run app
.