我們通過我們的應用程序在屏幕上顯示epub文件。該文件保存在SDCard中,以及我們用於從SDCard獲取文件數據並在屏幕中顯示的以下邏輯。但花費很長時間才能在屏幕上加載內容。我的代碼的任何問題?請幫助我的朋友。 File rootDir = Environment.getExternalStorageDirectory();
EpubReader epubReader = new Ep
我在android中實現了一個使用epublib查看.epub文件的應用程序。 http://www.siegmann.nl/epublib/android 按照這個環節,我做了下面的步驟。 Slf4j-android. You can download this at http://www.slf4j.org/android/ 開始使用源代碼 Download epublib-core-late
我正在修改我購買的電子書。我遇到了epubcheck發現的錯誤。錯誤是: /path/to/ebook/file.html(43,53): element "blockquote" not allowed here; expected the element end-tag, text or element "a", "abbr", "acronym", "applet", "b", "bdo",
我正在製作一個基於js的epub閱讀器作爲週末項目,並且我試圖從圖像URL中更改每本圖書頁面上圖像的src屬性到從epub zip加載的數據URI。這是我的功能: //page contents is just an html string of the book's page
pageContents = GlobalZipLoader.load('epub.zip://' + pageLoc