DImuthuUpe / AndroidPdfViewer

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

this code do not display the last page I opened #995

Open hamza94max opened 3 years ago

hamza94max commented 3 years ago

https://github.com/barteksc/AndroidPdfViewer/blob/d243b39377f19c3eae41e227067da254ebbf731b/sample/src/main/java/com/github/barteksc/sample/PDFViewActivity.java#L118

tgm98 commented 3 years ago

Right, I tried this but not working... Please help us

Ranspap23 commented 2 years ago

Store the current page number with shared preference or simple SQLite database. Then pass the stored page number as the default page. Will drop code soon