A sample Android application using Deezer API / Android SDK
This sample illustrate a simple yet complete use of the SDK :
- the user can authenticate himself using OAuth
- he can explore his library and play from his Favorite playlists, albums or radios, or play his Flow radio.
- Authenticating a User
- Accessing a user's information (Name, Photo)
- Accessing a user's library (favorite playlists, albums, artists, radios, loved tracks)
- Playing music from any source (playlist, album, radio, track)
- Playing Radio without any logged user
- Sending a notification to the user
- Generating visualisation from the FFT or Waveform of the track being played
- Implementing an equalizer to improve the sound of the track being played
To run this sample, you need to download the latest version of Deezer SDK for Android and copy the aar in the deezer-sdk folder.