Read .epub file in Android [closed]

偶尔善良 提交于 2019-12-05 07:45:29

问题


I am new in Android I want to read Epub file in our android app. Can any one tell me how to? Please post some example.


回答1:


FBReader application which reads epub files. here you can find it http://www.fbreader.org/FBReaderJ




回答2:


If you plan to ship your app to multiple platforms (ex. with PhoneGap), consider using Monocle to read epubs from webkit browsers.




回答3:


You have to add slf4j-api and slf4j-simple for the http://www.siegmann.nl/epublib/android as they are dependencies for slf4j-android and made them available to build path.




回答4:


you can find souce code from this link http://www.siegmann.nl/epublib/android



来源:https://stackoverflow.com/questions/10206903/read-epub-file-in-android

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!