I am working on a fairly simple mp3 player that is fed by a List component that is populated via xml. I also have a TileList component that displays album information. My end goal is to change the player to the album that is selected in the TileList.
I have it to the point where I have the TileList event listener setup and working. I’m just not sure how to purge the old List component xml and load the new xml to populate it.
Any pointers would be appreicated.