So, For Android’s MediaController I found this “The “previous” and “next” buttons are hidden until setPrevNextListeners() has been called.” I’d like to show the next and previous. Can someone help me understand how to set this up?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming you are using a VideoView control withing an activity, (let’s call it videoView), you will want to attach a MediaController to it. Try the following:
This should do the trick.