Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 948 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 948 Bytes

Full Screen MediaController for Android

This library helps in adding feature in your app which allows users to play videos in full screen and normal screen.

Download library with Jitpack.io

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'
	}

Note

The Gradle project needs network connectivity to download dependencies.