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.
Add a parameter to the addSongsToPlayQueue method in MainActivity called message that provides a description of the songs added to the playlist. The description can be used in the toast notification confirming that the songs have been successfully added.
e.g. "Album Dilla Joints added to the play queue" or "Artist Gordon Lightfoot added to the play queue".
All application errors that call the addSongsToPlayQueue method will need to be refactored
Add a parameter to the addSongsToPlayQueue method in MainActivity called message that provides a description of the songs added to the playlist. The description can be used in the toast notification confirming that the songs have been successfully added. e.g. "Album Dilla Joints added to the play queue" or "Artist Gordon Lightfoot added to the play queue".
All application errors that call the addSongsToPlayQueue method will need to be refactored