Android EPUBLIB read/load content
问题 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 Android (using WebView?), how to split content into pages and how to search the content. Thx 10x. 回答1: Answers #2: Extract epub on file system /mnt/sdcard/epub/ Loading values in webview protected void onCreate(Bundle savedInstanceState) { setContentView(R.layout.epub_reader); webView = (WebView) findViewById(R.id.webview); Book book = (new