Questions tagged [mediacontroller]

A MediaController is a view containing controls for a MediaPlayer. Typically contains the buttons like "Play/Pause", "Rewind", "Fast Forward" and a progress slider. It takes care of synchronizing the controls with the state of the MediaPlayer.

303 questions
-1
votes
1 answer

Android MediaController isn't showing after call to show(0)

Here is my custom MediaController class... just to get rid of the method that hides the controller after 3 seconds. MusicController.java import android.content.Context; import android.widget.MediaController; public class MusicController extends…
God Usopp
  • 331
  • 1
  • 6
  • 18
-1
votes
1 answer

Show a Toast When Video reaches its half stage in Android

Hello I want to show a simple Toast Message when a video being played in a Video View in android reaches half of its total duration. What kind of a Listener do I have to have in place to achieve this? I am aware of get getduration and…
D'yer Mak'er
  • 1,632
  • 5
  • 24
  • 47
-1
votes
1 answer

Issues with playing video from url android

I have my app playing a video from my server. Each video has various resolution qualities with links to each resolution. But sometimes there are some wrong links in my server. How can I know when my VideoView has gotten the wrong link so that I can…
1 2 3
20
21