DImuthuUpe / AndroidPdfViewer

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
8.17k stars 1.91k forks source link

How to turn pages like ViewPager ? #489

Open BinarySatan opened 6 years ago

BinarySatan commented 6 years ago

like https://github.com/JoanZapata/android-pdfview

1stmetro commented 6 years ago

You might need to use the other version as their are two versions I believe.

BinarySatan commented 6 years ago

I'm moving at onScrollEnd based on offset, is that feasible? and shielding onFling method.