Create a global variable for playlist number. Imagine them in a playlist each with an allocated number. Put some buttons on the layout. Set your logic to if(Global Variable=1), Play > Song1, if(2), Play > Song2, if(3), Play > Song3 etc. When stop is pressed, Stop current audio. When play is pressed, Continue playing current audio.(global variable will already be set). To display song name you need a text box that displays Song.Name and fit that into the previous logic. If skip is pressed then increase global variable by 1, will play next song. If prev is pressed, reduce global variable by 1, will play previous song.