I am developing and EPUB reader. I want to know some things related to other EPUB readers there in the market (like Cool reader, FBReader, Amazon Kindle and many more).
Any better solution is appreciated.
Look at Epublib – a java epub library it supports in the Android.
EPUB is simply a ZIP file containing HTML, CSS, images, and metadata.
So you can use WebView to display that HTML pages. Or possible convert it to in .png or bitmap then use in ImageView.