ARTICLE AD BOX
In short: is there an UI element (like a LazyColumn) that I can simply attach to Exoplayer and that will automatically be filled with the playlist loaded into Exoplayer, and, very important, automatically hightlights the currently played song (with bold text or whatever)?
If not, any thoughts on how to achieve this? My take is this: If I have to code all this myself, the approach of trying to observe what Exoplayer is currently doing is a nightmare, especially with Shuffle enabled.
In that case I think it would be far easier to create code to manage the playlist myself and update the UI to what I know is going on and instruct the player with every song to be played (no player managed playlist and no automatic transitions).
However, with all that Exoplayer is offering, I kind of expect there to be something in helping me to create a playlist UI and I've just missed it.
