From f735fea17ffc19ee68d569052763753e6c442fbc Mon Sep 17 00:00:00 2001 From: Rajat <38572147+afreakyelf@users.noreply.github.com> Date: Sun, 12 Jul 2020 16:15:44 +0530 Subject: [PATCH 1/4] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 59961ac..382daff 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A Simple PDF Viewer library which only occupies around 125kb while most o [![](https://jitpack.io/v/afreakyelf/Pdf-Viewer.svg)](https://jitpack.io/#afreakyelf/Pdf-Viewer) ## 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: @@ -30,7 +30,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 { @@ -47,7 +47,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) From cc3c1d6c3ee2b70f13a73180d57ea7a07f4ee9c9 Mon Sep 17 00:00:00 2001 From: Rajat <38572147+afreakyelf@users.noreply.github.com> Date: Sun, 12 Jul 2020 19:21:19 +0530 Subject: [PATCH 2/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 382daff..ebd8bfd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ A Simple PDF Viewer library which only occupies around 125kb while most o

-[![](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) + ## How to integrate into your app? Integrating the project is simple, All you need to do is follow the below steps From 41f95eb3ca66d3cee097177512b18fad6f9f73e4 Mon Sep 17 00:00:00 2001 From: Rajat <38572147+afreakyelf@users.noreply.github.com> Date: Sun, 12 Jul 2020 19:22:00 +0530 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebd8bfd..ac1fddd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A Simple PDF Viewer library which only occupies around 125kb while most o

-[![](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) +[![](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? From 6aa46b115243d66abacd55b54f521ba190b37595 Mon Sep 17 00:00:00 2001 From: Rajat <38572147+afreakyelf@users.noreply.github.com> Date: Sun, 12 Jul 2020 22:06:19 +0530 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac1fddd..a602ded 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Pdf Viewer

+

Pdf Viewer For Android

A Simple PDF Viewer library which only occupies around 125kb while most of the Pdf viewer occupies upto 16MB space.