android-sample
android-sample copied to clipboard
Sample application using Deezer Android SDK
Tried to get SDK, but link is broken. Is the sdk maintained?
I use Deezer Android SDK v0.11.2. Every time when I call TrackPlayer.playTrack, I get "Skipped 121 frames!" The application may be doing too much work on its main thread." It...
It releases itself and stops playing Sometimes it happens immediately Sometimes it plays around a second and stops TrackPlayer status changes to RELEASED If to create then new instance of...
Lcom/deezer/sdk/network/b/Blues$1 To properly handle hostname verification, you’ll need to change the verify method in your custom HostnameVerifier interface to return false whenever the hostname of the server does not meet...
Google now is blocking updates to apps that include libraries that have "unsafe" HostnameVerifier implementations. They seem to pattern match the code so always returning true even from a HostnameVerifier...
Hello! I want to try implementing the Deezer Android SDK into my project, however when trying to authorize the user I get an "Invalid SSL certificate received" error. Is it...
- Also runs in Android API 27+ Closes #11 Closes #7
Hello, I fixed a typo in the README. `illustrate `-> `illustrates`
Sample updated to work with newer deezer sdk. Also removed IDE files from repo.
When I am trying to use your sample app and play radio i get ERROR `Exception occured java.lang.IllegalArgumentException java.lang.IllegalArgumentException: Host name may not be null at org.apache.http.HttpHost.(HttpHost.java:88) at org.apache.http.impl.client.AbstractHttpClient.determineTarget(AbstractHttpClient.java:529) at...