This library helps in adding feature in your app which allows users to play videos in full screen and normal screen.
Step 1: Add this in your root build.gradle at the end of repositories.
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2: Add this to your dependencies in app level build.gradle file.
dependencies {
compile 'com.github.ileafsolutions:Full-Screen-MediaController:1.1'
}
The Gradle project needs network connectivity to download dependencies.