I am creating a epub book reader app in android for my client. I am currently using FolioReader in my app, but it is not displaying images. Is there any other alternative to display .epub files in android.
Thanks in advance !
I am creating a epub book reader app in android for my client. I am currently using FolioReader in my app, but it is not displaying images. Is there any other alternative to display .epub files in android.
Thanks in advance !
Copyright © 2021 Jogjafile Inc.
You have to extract images and keep a reference to those images while loading data in webview . Try this code (add epub lib and slf4j libraries)
and DownloadResource function is
here filePath is path to your epub file ,fileName is name of your epub file which are Strings
outPutFolder,linezNew,finalDataToLoad are also Strings