How to read epub HTML content
I'm not sure what you mean. Do you want all the content? Or something specific? All content can be obtained using Book.getContent ().
how to show it on Android (using WebView?),
I would use WebView for this. Didn't try it myself though.
how to split content into pages
I donβt know what will work better.
how to search for content.
The nl.siegmann.epublib.search package in epublib tools has code for a simple search function.
source share