Android SDK/Library for generating a preview for PDF/MP4 files present locally in the device or from YouTube URLs.
To use this library in your project
Add it in your root settings.gradle at the end of repositories:
repositories {
...
maven { url 'https://jitpack.io' }
}
dependencies {
...
implementation 'com.github.COPS-IITBHU:Previewer:1.0.0'
}
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.COPS-IITBHU</groupId>
<artifactId>Previewer</artifactId>
<version>1.0.0</version>
</dependency>