I have a listview.
each record contains an audio file.
Currently to play the audio the User must click into the record to play.
Instead I would like the user to press play from the ListView and the app plays each item.
This means the app knows when an audio has completed playing to then start the next one.
Is this possible?