Code

Support for Android Ebook App

Support for Android Ebook App

Cart 434 sales

Popular questions for this item

Why my app can’t show the story content description?

This problem occurs because there are bugs in the latest update version of the default Android WebView System from Google, to solve the problem, please do the following instructions on below:

go to app/java/<package_name>/activities/ and find the files below :
1. ActivityStoryDetail.java

open the file above and find the code on below (Ctrl + F) :
.loadData(text, mimeType, encoding);
then, Replace All with the code on below (Ctrl + R) :
.loadDataWithBaseURL(null, text, mimeType, encoding, null);

Why a complete reinstallation project is required for each update for Android Studio project?

Once you’ve reskin the project especially after package name / applicationId has been changed, the project structure will be changed, just replacing the updated files without having knowledge in Android Programming in advance will cause the project error dan failed to build the project, because of that, every we release the new update, you need to do reskin the application from begin, please note, update version is optional, update your application if you only find the issue from previous version or want to use all features from new version.

Why resulting apk is so big?

In the previous version, we implement Pdf Reader through WebView which integrated with google drive and this implementation is not good in user experiences, because of this reason, we implement build in Pdf reader inside the application using Android PdfViewer library and detail library can be read here, because Android PdfViewer depends on PdfiumAndroid, which is set of native libraries (almost 16 MB) for many architectures. Apk must contain all this libraries to run on every device available on market.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey