How to make an epub scanner for Android and display?

I got detailed information for iphone Reading ePub format

but I want to mock him the same way as for Android, please ping, what frame can I use for android ??

Note. On iphone, all GIF images are all supported, but the same epub file works on android, does not support GIF images and many fonts !!!!!!

+6
source share
1 answer

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.

+3
source

Source: https://habr.com/ru/post/906524/


All Articles