Radio
Solutions for those exercises are behind the radio feature.
Display a Song Title and Artist
Display the song title and artist that are currently playing.
Tips:
- Build a static list of songs
- Display its information
- Change after a few minutes
Display the Album Cover
It would be prettier with album covers
Tips:
- A few are provided from The Beatles albums
- Display an image with the cover over the song title and artist
Display a Progress Bar
Display a progress bar to know where we are in a song.
Tips:
- Add a resource keeping track of the current song's progress
- Update the progress bar from the
Timeresource - Write a simple shader to draw the progress bar