MediaController with MediaPlayer
- by Chris
I want media controls such as play/pause for streaming audio that I am playing in my app. I am using MediaPlayer to stream and play the audio.
Can someone provide a code snippet on how to use MediaController with MediaPlayer?
Thanks
Chris