A Kotlin-based Android application that allows the user to play music from their device while custom animations fall over the album artwork of the currently playing song.
In the error() method in MediaPlaybackService, add a parameter that gives a description for different errors. The error description could be printed in the Toast notification to give a more descriptive message to the user. You could draw error descriptions from a companion object in the media service params class or String resources file
In the error() method in MediaPlaybackService, add a parameter that gives a description for different errors. The error description could be printed in the Toast notification to give a more descriptive message to the user. You could draw error descriptions from a companion object in the media service params class or String resources file