如何使一个epub阅读器和显示为android

问题描述:

imageview有人会提供我的代码来阅读epub书籍和显示为webView,我尽我所能得到所需的代码,但从来没有得到它,所以我希望如果有人会为我发布,我需要一步一步的程序,因为我是一个初学者,我使用eclipse提前致谢如何使一个epub阅读器和显示为android

您可以尝试CoolReader here和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的具体

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) 
+0

我的朋友感谢您的试用,但你贴是非常复杂的我需要的是一个简单的代码或者通过网页流量或转换到ImageView的显示上的活动的EPUB – Abood 2014-12-14 15:15:13

+0

为此,不是简单的代码,我试过http://stackoverflow.com/questions/5640728/render-epub-files-in-android/7266884#7266884,但我失败了。经过长时间的研究,我终于找到了一个可用的开源EPUB阅读器https://github.com/nightwhistler/pageturner。真的行。 – bjiang 2014-12-14 17:40:32

+0

男人我只需要一个webView来显示我的epub请帮我用这个 – Abood 2014-12-15 20:48:14