- 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 .
- 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
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'
...
}
Lấy singleton object FolioReader
:
FolioReader folioReader = FolioReader.get();
Gọi hàm openBook()
:
folioReader.openBook("/sdcard/Download/Book.epub");
folioReader.openBook("file:///android_asset/TheSilverChair.epub");
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
- Twitter: @hebertialmeida
- LinkedIn: hebertialmeida
- 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)