I want done button in Android Mediacontroller as in iPhone Mediaplayercontroller by default. Is there an开发者_如何学JAVAy facility in Android Mediacontroller? I will be thankful for any help.Your que
I would like my MediaController to hide only when the user touches only the bottom half part of the screen, because i have some buttons on 开发者_高级运维the top part that need to be accessible with o
How do I play multiple songs that I h开发者_如何学编程ave stored in a raw folder using MediaPlayer using seek and previous? Thanks.To play a file from your Android project\'s raw folder:
I\'m trying to play a video file with this code: MediaController mc = n开发者_JAVA技巧ew MediaController(this);
I m using VideoView to display video. My Requirement is a MediaController wid play/Pause, Stop, & Volume Contoller..
I have a videoview and when the video starts, the media controller is shown for 3 seconds. I want to hide the media controller unless i tap on the screen. I tried
I have trouble finding a way to keep the MediaController on the screen when using it with a VideoView. I want to play an Aud开发者_StackOverflow社区io file which is located in res/raw in my app. The f
This below activity works fine but the mediaController display only if I click on the screen. And the second problem is the media controller display only for 3 sec. what should I do to 开发者_如何学运
I\'m playing audio file using the mediaController. Everything is working fine, just the media controller hides after few second, but I want to show it then what should I do?
Is their a way to redraw the MediaContro开发者_JAVA百科ller controls when rotating the device? I am already overriding the onConfigurationChanged() method. I just don\'t know of the method to redraw t