kdeng00 / Mear

A Customizable music player app
MIT License
1 stars 1 forks source link

Write functionality for the song view #33

Closed kdeng00 closed 5 years ago

kdeng00 commented 5 years ago

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

kdeng00 commented 5 years ago

Besides improvement to the UI, what needs to be worked on is displaying the song's cover art on the image control.