androidhtmlandroid-activityepubepublib

how to make an epub reader and display as imageview in android


would someone provide me with the code to read an epub book and display as webView , I have tried my best to get the needed code but never got it so i wish if someone would post it for me, I need a step by step procedure as i am a beginner i am using eclipse thanks in advance


Solution

  • You can try CoolReader here, and FBReader here.

    1.epub (non-DRM), fb2, txt, rtf, html, chm, tcr, doc, pdb formats supported
    2.Pages or scroll view
    3.Table of contents
    4.Bookmarks
    5.Text search
    6.Hyphenation dictionaries
    7.Most complete FB2 format support: styles, tables, footnotes
    8.Additional fonts support (.ttf)
    9.Can read books from zip archives
    10.Automatic reformatting of .txt files (autodetect headings etc.)
    11.Styles can be customised in wide range using external CSS
    

    Android specific

    Page flipping animation.
    Built-in file browser, quick recent books access
    Day and night profiles (two sets of colors, background, backlight levels)
    Brightness adjustments by flick on left edge of screen
    Background texture (stretched or tiled) or solid color
    Paperbook-like page turning animation or "sliding page" animation
    Dictionary support (ColorDict, Fora Dictionary, Aard dictionary)
    Customizable tap zone and key actions
    Place additional textures to /sdcard/.cr3/textures/ -- to be used as tiled page backgrounds
    Place additional textures to /sdcard/.cr3/backgrounds/ -- to be used as stretched page backgrounds (/cr3/ directory can also be used instead of /.cr3/, and internal SD or internal storage instead of /sdcard/)
    TTS (text-to-speech) support
    Select text using double tap (optional)