thanhtoan1196 / bookreadersample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FolioReader logo

Build Status

FolioReader-Android is an ePub reader and parser framework written in Java.

How to use

To create a book, you need to:

  • change package name , in sample.gradle file :

    defaultConfig { applicationId "com.some.name.sample"

  • apply the book in epub format to assets. Load it from Home activity folioReader.openBook(R.raw.aayesha);

  • in strings_key.xml provide admob app id and admob banner id.

WIKI

License

FolioReaderKit is available under the BSD license. See the LICENSE file.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 63.8%Language:JavaScript 35.0%Language:HTML 0.6%Language:CSS 0.6%