Write functionality for the song view #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Write functionality for how the song view will interact with the music service. There might be a possibility that the current MainActivity will not be the main activity but will be is the Song View from #32. Reason being that having the player be the launch activity when there could be a chance that the database hasn't been properly populated either because of an error or some other reason. However, having the song view as the launch and parent activity makes things less error prone because the user will thus have to choose the song or be prompted to configure their library
Dependents
#32
Besides improvement to the UI, what needs to be worked on is displaying the song's cover art on the image control.