new app I am working on....
I would like to create a single button that starts the music (mp3 in the raw folder) (getting the a song to play when a button is pressed is the easy part).... then press the same button to skip to the next song.
To me this sounds like I need an array of songs declared somewhere, then when the button is pressed it parses and goes to the next song.
Just not sure how to do this, or if this is even correct thinking.
Any help would be appreciated.


