Skip to content

Commit

Permalink
added gif to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry-Borodin committed Aug 2, 2019
1 parent a045642 commit 03a2fcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Android PDF view - small and efficient PDF viewer embedded in your native app

It is based on ImageView and can handle big files with reasonable performance on low-end devices.

This is how fast scrolling of 680 page document looks like on low level device:

![Example1](gifs/fast_scrolling_on_weak_device.gif)

## Usage:

To show pdf you just need a file on the device.
Expand All @@ -29,7 +33,7 @@ The library is hosted in jcenter, it is available by default on new android proj

Add gradle dependency:
```
implementation "com.pdfview:pdfview-android:0.0.3" //not yet in jcenter
implementation "com.pdfview:pdfview-android:0.0.5"
```


Expand Down
Binary file added gifs/fast_scrolling_on_weak_device.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 03a2fcf

Please sign in to comment.