Skip to content

A Java ePub reader and parser framework for Android remake from FolioReader-Android

License

Notifications You must be signed in to change notification settings

neilnguyen2208/FolioReader-Android

 
 

Repository files navigation

Vietnamese version FolioReader 0.5.4 - 11

  • Phiên bản nâng cấp tiếng Việt từ thư viện FolioReader-Android 0.5.4
  • FolioReader-Android is an EPUB reader written in Java and Kotlin. See the FOLIOREADER_PROJECT .
  • FolioReaderKit is available under the BSD license. See the LICENSE file.

Các tính năng của FolioReader 0.5.4 + Demo: FOLIOREADER_PROJECT .

Các tính năng của phiên bản nâng cấp Tiếng Việt:

  • Xử lý Internal / External links
  • Portrait / Landscape
  • Themes / Day mode / Night mode
  • Highlight
  • Tìm kiếm trong sách.
  • Cập nhật ngôn ngữ tiếng Việt.
  • Thay đổi toàn bộ giao diện.
  • Custom Fonts cho tài liệu Tiếng Việt.
  • Custom Textsize
  • Thay đổi màu trong List / Edit / Delete Highlights.
  • Hỗ trợ dịch từ trực tiếp trong ứng dụng.
  • Hỗ trợ từ điển tiếng Việt offline.
  • Bỏ tính năng share.
  • Last ReadLocator
  • Horizontal Reading
  • Cập nhật ngôn ngữ Turkey

Demo:

Đọc sách:

alt text

Thao tác với từ ngữ trong sách:

alt text

Quản lý mục lục và ghi chú:

alt text

Thay đổi font, cỡ chữ, chế độ ngày / đêm:

alt text

Tìm kiếm trong sách:

alt text

Hướng dẫn các dependence:

Thêm dependency vào root project build.gradle file:

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

Thêm dependency vào app module build.gradle file:

dependencies {
    ...
	     implementation 'com.github.dongnvsince1999:FolioReader-Android:0.5.4-10'
    ...
}

Hướng dẫn sử dụng:

Lấy singleton object FolioReader:

FolioReader folioReader = FolioReader.get();

Gọi hàm openBook():

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

Đây là bản mở rộng của Folio Reader, mọi thông tin về Folio Reader có thể tham khảo tại: FOLIOREADER_PROJECT

Tác giả của FolioReader-Android:

Heberti Almeida

Các tham khảo khác:

  • FOLIOREADER WIKI
  • EPUB CFI
  • Rangy
  • API của Dịch từ của Google: translate.googleapis.com
  • Data từ điển được lấy và convert từ UNDERTHESEAPROJECT(Github)

About

A Java ePub reader and parser framework for Android remake from FolioReader-Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 53.3%
  • Java 31.6%
  • Kotlin 14.6%
  • CSS 0.5%