Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
afreakyelf committed Jul 15, 2020
2 parents eb96a0a + 6aa46b1 commit 8df83fc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">Pdf Viewer</h1>
<h1 align="center">Pdf Viewer For Android</h1>

<p align="center">
A Simple PDF Viewer library which only occupies around <b>125kb</b> while most of the Pdf viewer occupies upto <b>16MB</b> space.
Expand All @@ -7,10 +7,11 @@ A Simple PDF Viewer library which only occupies around <b>125kb</b> while most o
<img src="https://raw.githubusercontent.com/afreakyelf/Pdf-Viewer/master/Screenshot_2020-07-11-23-59-31-606_com.rajat.pdfviewer.jpg" width="420" height="840" />
</p>

[![](https://jitpack.io/v/afreakyelf/Pdf-Viewer.svg)](https://jitpack.io/#afreakyelf/Pdf-Viewer)
[![](https://jitpack.io/v/afreakyelf/Pdf-Viewer.svg)](https://jitpack.io/#afreakyelf/Pdf-Viewer) [![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)


## How to integrate into your app?
Integrating the project is simple a refined all you need to do is follow the below steps
Integrating the project is simple, All you need to do is follow the below steps

Step 1. Add the JitPack repository to your build file. Add it in your root build.gradle at the end of repositories:

Expand All @@ -30,7 +31,7 @@ dependencies {
```

## How to use the library?
Okay seems like you integrated the library in your project but **how do you use it**? Well its really easy just launch the intent with in following way:
Okay seems like you have integrated the library in your project but **how do you use it**? Well its really easy just launch the intent with in following way:

```kotlin
open_pdf.setOnClickListener {
Expand All @@ -47,7 +48,7 @@ open_pdf.setOnClickListener {
}
```

That's pretty much it and your all wrapped up.
That's pretty much it and you're all wrapped up.

## Author
Maintained by [Rajat Mittal](https://www.github.com/afreakyelf)

0 comments on commit 8df83fc

Please sign in to comment.