Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to make a epub reader for Android and display?

Tags:

android

epub

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

like image 707
LOG_TAG Avatar asked Jan 21 '12 05:01

LOG_TAG


People also ask

How do I make an EPUB readable?

Drag the EPUB book from Adobe Digital Editions to your E-Reader. All you'll need to do is drag the title of the file and drop it onto the icon for your E-Reader in the left panel. Once you've done this, the book will transfer to your E-Reader and appear in your library for reading.


1 Answers

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.

like image 175
Villan Avatar answered Nov 07 '22 12:11

Villan