I am developing and EPUB reader. I want to know some things related to other EPUB readers there in the market (like Cool reader, FBReader, Amazon Kindle and many more).
- What type of view they use to show pages of .EPUB books?
- Is it normal textview, webview or something custom?
- How to implement search and bookmark functionality in epub reader as we loaded single html pages in webview?
- I want to know how to read epub ? Is there any api in Android?
Any better solution is appreciated.