In this video we’ll create the Forward Button and the Back Button for our MP3 Player, we’ll also add the ability to delete a song, and delete all the songs in the playlist.
Back and Forward buttons are pretty easy, we just need to determine the current song’s position in the playlist and add one or subtract one to move forward or back.
We’ll also add a menu item to our top menu that allows the user to delete songs from the playlist.
Add comment