Top "Mediacontroller" questions

A MediaController is a view containing controls for a MediaPlayer.

How to catch event when click pause/play button on MediaController

How to catch event when click pause/play button on MediaController. i try onKey,onTouch - and then i click …

android event-handling mediacontroller
Exoplayer hide PlaybackControlView onClick (not onTouch)

I am developing a custom UI on top of ExoPlayer, and I noticed that the controls (PlaybackControlView) hide when I …

java android mediacontroller exoplayer
Make MediaController show without hide

I try to use MediaController to play music. I want the MediaController appear until the "back" button is pressed. Now …

android mediacontroller
Taking control of the MediaController progress slider

I need to catch touch events to the MediaController progress slider, so that updates to the MediaPlayer don't occur until …

android video-streaming media-player mediacontroller