2

How to set MediaContoller to MediaPlayer in android and I want to show it permanently ?

Adham
  • 63,550
  • 98
  • 229
  • 344

1 Answers1

0

You can extend the MediaController class and programmatically set an instance of it to a VideoView class. Here's a good example showing how: https://stackoverflow.com/a/8409863/1369222

Community
  • 1
  • 1
Anup Cowkur
  • 20,443
  • 6
  • 51
  • 84