Hello,
I'm new to Android development, but have a little Java experience. I just finished designing my UI and I have three radio buttons I would like to use to play a .ogg file based on their selection. There is a separate stop button at the bottom to cease play. What would be the best way to go about implementing this? Should I create a mediaPlayer object and then use a onClick handler to set which file to play? Any help or examples you can provide would be helpful. Thanks in advance.


