https://github.com/hackstarsj/epubparser
Simple Epub Reader for Android
https://github.com/hackstarsj/epubparser
Last synced: over 1 year ago
JSON representation
Simple Epub Reader for Android
- Host: GitHub
- URL: https://github.com/hackstarsj/epubparser
- Owner: hackstarsj
- Created: 2019-02-26T09:14:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T09:33:51.000Z (over 7 years ago)
- Last Synced: 2025-01-06T04:42:25.856Z (over 1 year ago)
- Language: Java
- Size: 36.2 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EpubParser
Simple Epub Reader for Android
Just Copy All Files on Your Android Project
Then Just Need To Start Activity
With :
startActivity(new Intent(context, EpubParseActivity.class).putExtra("paths","PATH/TO/EPUB/FILES"));
Makes Sure You Give Read and Write Permission And Runtime Permission for Device Above Android API 23