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
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.