FolioReader / FolioReader-Android

A Java ePub reader and parser framework for Android.
BSD 3-Clause "New" or "Revised" License
2.25k stars 716 forks source link

Storing Page number in firebase database #353

Closed ezzgamer closed 5 years ago

ezzgamer commented 5 years ago

Issue / i have been stuck at this part for so long, i need to store the page number in firebase database or sharedPreferences if possible.

PS: i'm kind of new to programming so forgive me if i make any stupid mistakes.

NuniTelo commented 5 years ago

Hello! I am facing the same question. Did you solve?

ezzgamer commented 5 years ago

i still didnt solve it :/

NuniTelo commented 5 years ago

Well, I found it. The library don't give you page number but it gives a indetification for a page. You can use ReadLocatorListener that they provide. Will share some code later.

ezzgamer commented 5 years ago

still waiting on the code :)