
What we will make ?
We will play a video with MediaController .
What we will need ?
VideoView in activity_main.xml
Adding Code with MediaController in MainActivity.java
Step 1 : Create a New Android Application . Go to File->New->Android Application Project.
Step 2 : Give a name to your App (MediaControllerDemo) and a package name (mia) as shown below. Click Next continuously then click Finish.
Step...