All Projects → FolioReader → Folioreader Android

FolioReader / Folioreader Android

Licence: bsd-3-clause
A Java ePub reader and parser framework for Android.

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
kotlin
9241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Folioreader Android

Folioreaderkit
📚 A Swift ePub reader and parser framework for iOS.
Stars: ✭ 2,382 (+17.63%)
Mutual labels:  epub, highlight, night-mode, custom-fonts, epub-reader
onesync-reader-app
Cross-platform ebook reader built using Xamarin.Forms
Stars: ✭ 33 (-98.37%)
Mutual labels:  epub, epub-reader
readium-css
🌈 A set of reference stylesheets for EPUB Reading Systems, starting with Readium Mobile
Stars: ✭ 78 (-96.15%)
Mutual labels:  epub, epub-reader
R2D2BC
https://d-i-t-a.github.io/R2D2BC/
Stars: ✭ 27 (-98.67%)
Mutual labels:  epub, epub-reader
termpub
Epubreader for the terminal
Stars: ✭ 25 (-98.77%)
Mutual labels:  epub, epub-reader
iRead
iRead is an EPUB reader for iOS written in Swift
Stars: ✭ 83 (-95.9%)
Mutual labels:  epub, epub-reader
EveReader
Epub Reader, focused on annotation.
Stars: ✭ 68 (-96.64%)
Mutual labels:  epub, epub-reader
epub-viewer
android epub viewer
Stars: ✭ 32 (-98.42%)
Mutual labels:  epub, epub-reader
jorkens
epub reader based on epub.js for foreign language learners
Stars: ✭ 35 (-98.27%)
Mutual labels:  epub, epub-reader
kthoom
Comic Book Reader in the Browser
Stars: ✭ 97 (-95.21%)
Mutual labels:  epub, epub-reader
Cosin
Android loading view library 📊🍭
Stars: ✭ 129 (-93.63%)
Mutual labels:  highlight
Books
IT技术书籍文字版mobi epub格式
Stars: ✭ 131 (-93.53%)
Mutual labels:  epub
Chromaterial
ChroMATERIAL is an IntelliJ Platform coloring scheme that expresses the chromatic nature of Material Design within IntelliJ and Android Studio. It is intended to highlight the most import aspects of your code.
Stars: ✭ 143 (-92.94%)
Mutual labels:  highlight
Epubviewer
ePub viewer with dictionary, themes, search, offline support, and more
Stars: ✭ 156 (-92.3%)
Mutual labels:  epub
Vue Prism Component
highlight code using prism.js and vue component
Stars: ✭ 126 (-93.78%)
Mutual labels:  highlight
Highlight Utils
My tools for converting, importing, and processing Kindle, Instapaper, and Safari Books highlights
Stars: ✭ 143 (-92.94%)
Mutual labels:  highlight
Novel Grabber
Novel-Grabber can download novels from pretty much any webnovel and lightnovel site.
Stars: ✭ 125 (-93.83%)
Mutual labels:  epub
Neotags.nvim
Tag highlight in neovim
Stars: ✭ 124 (-93.88%)
Mutual labels:  highlight
The Economist Ebooks
经济学人(含音频)、纽约客、自然、新科学人、卫报、科学美国人、连线、大西洋月刊、新闻周刊、国家地理等英语杂志免费下载、订阅(kindle推送),支持epub、mobi、pdf格式, 每周更新. The Economist 、The New Yorker 、Nature、The Atlantic 、New Scientist、The Guardian、Scientific American、Wired、Newsweek magazines, free download and subscription for kindle, mobi、epub、pdf format.
Stars: ✭ 3,471 (+71.41%)
Mutual labels:  epub
Manifold
Transforming scholarly publications into living digital works.
Stars: ✭ 163 (-91.95%)
Mutual labels:  epub

FolioReader logo

Build Status

FolioReader-Android is an EPUB reader written in Java and Kotlin.

Features

  • Custom Fonts
  • Custom Text Size
  • Themes / Day mode / Night mode
  • Text Highlighting
  • List / Edit / Delete Highlights
  • Handle Internal and External Links
  • Portrait / Landscape
  • Reading Time Left / Pages left
  • In-App Dictionary
  • Media Overlays (Sync text rendering with audio playback)
  • TTS - Text to Speech Support
  • Parse epub cover image
  • PDF support
  • Book Search
  • Add Notes to a Highlight
  • Better Documentation
  • Last Read Locator
  • Horizontal Reading
  • Distraction Free Reading

Demo

Custom Fonts

Custom fonts

Day and Night Mode

Day night mode

Text Highlighting

Highlight

Media Overlays

Media Overlay

Gradle

Add following dependency to your root project build.gradle file:

allprojects {
    repositories {
        ...
        jcenter()
        maven { url "https://jitpack.io" }
        ...
    }
}

Add following dependency to your app module build.gradle file:

dependencies {
    ...
    implementation "com.folioreader:folioreader:0.5.4"
    ...
}

Enable Multidex support

Enable Multidex support as explained in this Android Doc

Usage

Get singleton object of FolioReader:

FolioReader folioReader = FolioReader.get();

Call the function openBook():

opening book from assets -
folioReader.openBook("file:///android_asset/TheSilverChair.epub");
opening book from raw -
folioReader.openBook(R.raw.accessible_epub_3);

WIKI

Reporting Issue

See KNOWN_ISSUES and CHANGELOG first before reporting any issue.
Please follow Issue Template to report any issue.

Share your application

If you are using FolioReader in your application, share your application link in this issue

Credits

  1. SwipeLayout
  2. r2-streamer-kotlin
  3. Pearson Dictionaries
  4. rangy

Author

Heberti Almeida

CodeToArt Technology

Donations

This project needs you! If you would like to support this project's further development, the creator of this project or the continuous maintenance of this project, feel free to donate. Your donation is highly appreciated. Thank you!

PayPal

  • Donate 5 $: Thank's for creating this project, here's a tea (or some juice) for you!
  • Donate 10 $: Wow, I am stunned. Let me take you to the movies!
  • Donate 15 $: I really appreciate your work, let's grab some lunch!
  • Donate 25 $: That's some awesome stuff you did right there, dinner is on me!
  • Donate 50 $: I really really want to support this project, great job!
  • Donate 100 $: You are the man! This project saved me hours (if not days) of struggle and hard work, simply awesome!
  • Of course, you can also choose what you want to donate, all donations are awesome!

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].