Android EPUBLIB read/load content

前端 未结 2 1628
北海茫月
北海茫月 2020-12-28 22:39

I\'m playing with http://www.siegmann.nl/epublib on Android. Can someone please explain the right way to

  • read epub HTML content,
  • how to show this on
2条回答
  •  渐次进展
    2020-12-28 22:45

    Regarding your questions:

    How to read epub HTML content

    I'm not sure what you mean. Do you want all the content? Or something specific? All the content can be retrieved using Book.getContent().

    how to show this on Android (using WebView?),

    I would use WebView for this. Haven't tried that myself though.

    how to split content into pages

    This I don't know what would work best.

    how to search the content.

    The nl.siegmann.epublib.search package in epublib-tools has code for a simple search functionality.

提交回复
热议问题