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.
0
stars
0
forks
source link
All Toast notifications should use String resources #2
Currently, many Toast notifications throughout the application use hardcoded text as messages. The hardcoded text should be replaced with String resources. This will help ensure messages are consistent, promote reusability, and facilitate translations. Some String resources may need to be parameterised.
Currently, many Toast notifications throughout the application use hardcoded text as messages. The hardcoded text should be replaced with String resources. This will help ensure messages are consistent, promote reusability, and facilitate translations. Some String resources may need to be parameterised.