how to make a epub reader for Android and display?

LOG_TAG picture LOG_TAG · Jan 21, 2012 · Viewed 12.1k times · Source

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!!!!!!

Answer

Villan picture Villan · Apr 30, 2013

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.