how to make a epub reader for Android and display?
Asked Answered
B

1

7

I got the detailed info for iphone by Reading ePub format

but I want to mock it same for the Android, please ping which framework I can use for android??

Note: In iphone all GIF image all are supported, but same epub file runs on android no support for GIF image and many fonts!!!!!!

Bothy answered 21/1, 2012 at 5:13 Comment(3)
You may find an answer from: stackoverflow.com/questions/5640728 stackoverflow.com/questions/6546164 stackoverflow.com/questions/6785519Takin
Thank you :) really helpful, I'm looking for JS parser/readers to build with phonegap, for making that I need a epub unziper(to html+css+jss) for github.com/joseph/Monocle codeBothy
you can use the following link for parsing github.com/augustl/js-epubVolcano
L
2

How to read epub HTML content

I'm not sure what you mean. Do you want all the content? Or something specific? All the content can be retrieved using Book.getContent().

how to show this on Android (using WebView?),

I would use WebView for this. Haven't tried that myself though.

how to split content into pages

This I don't know what would work best.

how to search the content.

The nl.siegmann.epublib.search package in epublib-tools has code for a simple search functionality.

Liles answered 30/4, 2013 at 7:4 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.