Minimum code to get an epub reader running #54
-
Whats like the minimum code needed to get an epub reader running using both streamer and navigator apis ? |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 3 replies
-
1. Parse an EPUB file into a
|
Beta Was this translation helpful? Give feedback.
-
should Streamer object be a singleton or instantiated everytime a book is to be open ? |
Beta Was this translation helpful? Give feedback.
1. Parse an EPUB file into a
Publication
model using the Streamer2. Add the
Publication
to the local HTTP server to serve the EPUB content(We want to remove this step eventually, it depends on https://github.com/readium/r2-testapp-kotlin/issues/297)