Hello!
I'm hoping to create a Book reading app, the books that I have are in PDF format. They are fairly large, approximately 1000 pages each (around 300mb per pdf file). The functionality is mainly around reading & bookmarking, so no highlighting or editing is needed at this point.
What's the best architectural approach I can take?
For example:
Option 1:
Just put the books in a pdfViewer and call it a day? The problem I've run into here is that I cannot figure out how to show books in RTL (Right to left orientation).
Option 2:
Should I use pageview element instead? If so, how can a PDF file supply the pages for a pageview?
Any other suggestions?
Thanks!