Sample application using Deezer Android SDK.
android-sample is hosted in the following web site
https://github.com/deezer/android-sample
If you think the Android project android-sample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of android-sample.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi, xhdpiv14, hdpiv14, mdpiv14] |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 9 |
jar files used | deezer-sdk-0.10.10.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WAKE_LOCK |
There are 12 image files in android-sample. The names of the image files are listed as follows.
default_user_cover.png ic_action_fast_forward.png ic_action_logout.png ic_action_next.png ic_action_options.png ic_action_pause.png ic_action_play.png ic_action_previous.png ic_action_repeat.png ic_action_rewind.png ic_action_stop.png ic_media_repeat.png
The following screenshort is generated from the image listed above.
android-sample has the following Java source files.
com.deezer.sdk.sample.BaseActivity.java com.deezer.sdk.sample.HomeActivity.java com.deezer.sdk.sample.LoginActivity.java com.deezer.sdk.sample.PlayerActivity.java com.deezer.sdk.sample.RadiosActivity.java com.deezer.sdk.sample.UserAlbumsActivity.java com.deezer.sdk.sample.UserArtistsActivity.java com.deezer.sdk.sample.UserCustomTrackListActivity.java com.deezer.sdk.sample.UserPlaylistsActivity.java com.deezer.sdk.sample.UserRadiosActivity.java com.deezer.sdk.sample.UserTopTracksActivity.java com.deezer.sdk.sample.task.FetchUserThumbnailTask.java com.deezer.sdk.sample.ui.RadioCategoryAdapter.java