ePub library for java or android

前端 未结 3 1243
天命终不由人
天命终不由人 2020-12-04 12:40

Is there any library to read ePub format? I found ePublib in http://github.com/psiegman/epublib. I\'m still learning how to use it.

Is there ePub jar which works for

3条回答
  •  一个人的身影
    2020-12-04 12:59

    You can use one of the best epub sdk I found for epub, its also available for iOS ad desktop. Please check it here

    //Example for playingn epub from asset folder. ls.installBook("file://android_asset/books/epub_cgfirstwordsattheaquarium.epub");

    //Example for playing epub fromm network. ls.startDownload("http://scs.skyepub.net/samples/Alice.epub","","Alice's Adventures","Lewis Carroll");

    //ls is an object of LocalService class which extends Service class.Please check sdk for complete information.

    Github link https://github.com/xunuosi/SkyEpubForAndroid

提交回复
热议问题