Skip to content

Android SDK/Library for generating a preview for each kind of file (pdf / pptx / doc / mp4) present locally in the device.

Notifications You must be signed in to change notification settings

RainaJain5/Previewer

 
 

Repository files navigation

Previewer

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

Using Gradle

Step 1. Add the JitPack repository to your build file

Add it in your root settings.gradle at the end of repositories:

repositories {
  ...
  maven { url 'https://jitpack.io' }
}

Step 2. Add the dependency

dependencies {
  ...
  implementation 'com.github.COPS-IITBHU:Previewer:1.0.0'
}

Using Maven

Step 1. Add the JitPack repository to your build file

<repositories>
    <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
    </repository>
</repositories>

Step 2. Add the dependency

<dependency>
    <groupId>com.github.COPS-IITBHU</groupId>
    <artifactId>Previewer</artifactId>
    <version>1.0.0</version>
</dependency>

About

Android SDK/Library for generating a preview for each kind of file (pdf / pptx / doc / mp4) present locally in the device.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%