dineshprasanna/Epub-Reader
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a very simple ePub Reader that will read some ePub files by parsing xml file. Just drop in a ePub 3.0 file into the resources and should get it parsed and displayed to you. ### it contains a custom made epub with css3.. since it scrolls... the swipe doesn't work.. so I have added buttons.. It is better to download this ePub http://code.google.com/p/epub-revision/downloads/detail?name=9780316000000_MobyDick_r2.epub and add it to the project. More on Epub 3.0 features here http://idpf.org/epub/30 Additional details. .Swipe to change chapters. .There are text increase and decrese methods. .Day/Night Mode. .Search text. .Orientation support .Curl pages The app will rememeber the size of the text and mode selected. Are there any known bugs? No. But if you find some just let me know. Projects I used: https://github.com/fedefrappi/AePubReader http://ideveloperworld.blogspot.in/2011/02/epub-reader.html I have forked them into my rep Please feel free to use this code. Do let me if you add some awesome features into it..