Sto usando epublib per leggere un file .epub in una WebView. WebView wv = (WebView) getView().findViewById(R.id.chaptercontent);
try {
String abspath = FILEPATH+file;
File filePath =
Esiste una libreria per leggere il formato ePub? Ho trovato ePublib in http://github.com/psiegman/epublib. Sto ancora imparando come usarlo. C'è un bar ePub che funziona per Android?