AndroidPdfViewer icon indicating copy to clipboard operation
AndroidPdfViewer copied to clipboard

this code do not display the last page I opened

Open hamza94max opened this issue 4 years ago • 2 comments

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

hamza94max avatar Mar 21 '21 09:03 hamza94max

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

tgm98 avatar Mar 28 '21 06:03 tgm98

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

Ranspap23 avatar Apr 14 '22 02:04 Ranspap23