An open API service indexing awesome lists of open source software.

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

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