I\'m developing an Android application that reads ebooks (in epub format) and as for now I\'m using Paul Siegeman\'s epublib library that is really a very good epub reader but i
Follow this github account.
FbReader provide some great libraries for epub and pdf reader. Try this....
or
You can Make your own custom WebView by extending WebView. Here you can place and modify all the functionalities you want from your WebView.
My colleague made a reader using this FbReader and It was fabulous.