Upload PDF or Many Other Format From Admin Panel, User Will be able to Download Them or View Online in the Android App. Make Money With This Great App.
Documentation To Edit This App:
Which Android Studio version is needed?
Latest Android Studio version is recommended, which can be downloaded from here:
How to open the project in Android Studio?
- Open Android Studio > Open an Existing Android Studio Project > Select Your Project build.gradle file > ok
- Select Project


How to change the package name?
You can change it easily from Android Studio. Here are the steps: You can change it easily from Android Studio. Here are the steps:
- In the Project pane, click on the little gear icon.Uncheck/Deselect the Compact Empty Middle Packages option.
- Your package directory will now be broken up into individual directories.
- Individually select each directory you want to rename, and: Right-click selects RefactorClick on RenameIn the Pop-up dialog.
- Click on Rename Package instead of Rename Directory Enter the new name and hit RefactorAllow a minute to let Android Studio update all changes.
- Now open your build.gradle (Usually ‘app’ or ‘mobile’). Update the applicationID to your Package Name and Sync Gradle, if it hasn’t already been updated automatically.






How to change app name?
- Open Android Studio > Books4u > res > values > strings.xml
- Enter your app name inside “app_name” string tag:
<string name="app_name">Books4u</string>
- If you want to change text or either its language, it would also change from string.xml file

How to change Firebase Credentials for Dynamic link?
You can change it easily . Here are the steps:
- Login into Firebase, create the project with the required name.
- After creating the project, you have to select “Android” then you have to add App Credentials
- Add “App package name”, “App name” & debug SHA-1 key (How to find debug SHA-1 key)
- After adding all the above information, you have to download the “google-service.json” file by clicking on the “Download Google Service file:
- Copy/paste the downloaded file into the root folder of the project, it’s path would be “comnews/app”
- Write your “Url Hostname” in build.gradle (app) in front of hostName in manifestPlaceHolder For example your URL is “http://www.your_website.com/” then “www.your_website.com” is your hostName, check out the screenshot









Note :Â You have to follow below 2 screenshots after the publishing of app at playstore.


How to change AdMob id?
- Open Admin panel & click dashboard, it would enable you to configure AdMobkeys
- Sign in to your AdMob account.
- Create a new App by giving the package name of the app you want to integrate AdMob. Once the App is created, you can find the APP ID on the dashboard which looks like ca-app-pub-XXXXXXXXX~XXXXXXXXX
- Select the ad format and give the ad unit a name
- Once the ad unit is created, you can notice the Ad unit ID on the dashboard. An example of ad unit id look like ca-app-pub-10XXXXXXXX/XXXXXXXXXXX
- Add “Publisher Id” in publisher id text field
- Add “Privacy Url” into publisher URL in the text field

Where to Change Colors?
- Open Android Studio > Books4u > res > values > colors.xml
- Open colors.xml
- You can changes the colours

How & Where to Change Serverl Url ?
- Select Project > go to com.haris.books4u.ConstantUtil package > Constant.java
- Enter your Server Url inside “BASE_URL”
public static String BASE_URL="YOUR_SERVER_URL"
- Your BASE_URL would be like “http://www.example.com”

How to configure Facebook Login?
- Go to “Firebase Console” in the “Authentication” section and enable Facebook Login and add the Name & Email
- Go to “Facebook Developer” the link is given developers.facebook.com and Create a new app
- Then Go in Setting > Basic Fill privacy policy and application nature/category and press save
- Then Go in Setting > Basic Add development platform
- Then Go in Setting > Basic > development platform Select Android
- Got to ConstantUtil -> Constant.java and find ‘isFacebookHashKeyRequired’ make it to ‘true’
- Then Run the project and copy the Hash key from Logcat just like shown in the picture
- Copy & paste App package name, Default class name path & hash key in Facebook developer just like shown in picture
- Then Go in Setting > Basic > development platform Select Android
- Select ‘Use this Package name’ & make the app public
- Then Go in Setting > Basic > development platform Select Android
- Copy app id & paste in string.xml file in “facebook_app_id” , check out picture
- Now copy & paste app id, app secret in the Firebase Authentication section
- Go to Product -> Facebook Login -> Settings & paste the OAuth redirect URL, check out pictures
- Check out the picture section for further clarification.
Note: After publishing, go to Release Management by selecting a specific app then click the “App Signing” option. You would have to copy “SHA-1” keys from the “App Signing Certificate”
Go to link which is given tomeko.net and just paste the SHA – 1 key and click “Convert button” , it would give you HASH key now you have to enter that HASH KEY into Facebook -> Setting – > Hash key field -> Save project















How to configure Google Login?
- Go to “Firebase Console” in “Authentication” section and enable Google Login and add the Name & Email
- Go to “Google Login” the link is given Google Login Integration and select project as well as add your email along with Sha -1 keys How to generate Debug SHA-1 key
- Follow screenshot for further assistant
Note: When you publish the app to playstore , you must have to submit publishing apk “SHA-1” keys in “Google Login” just you add it right now for debug sha-1 keys



How to change ‘Splash Screen and Application Icon?
How To Change Application Icon
- Open Android Studio > app > res > drawable folder > app_icon.png
- Rename your icon with app_icon.png and paste in the drawable folder

How To Change Splash Screen
- Open Android Studio > app > res > drawable > bg_home.png
- Rename your splash screen image with bg_home.png and paste in drawable folder

How to Change One Signal Notification App Id in Application?
Get your Google Server API key and project number.
https://documentation.onesignal.com/docs/generate-a-google-server-api-key
How to Change One Signal App Id And Sender Id
- Open Android Studio > App > build.gradle (Module:app)
- Enter your Onesignal App id inside“onesignal_app_id”
onesignal_app_id ="Your onesignal_app_id"

How to Import Backend Files?
Below are the steps to upload backend files to your Server
- Click on the “File Manager”
- Then click on the “public_html” folder
- Now select “www” which is placed in “public_html”
- Open backend folder from Books4u which you download from CodeCanyon then you can see compressed Books4u.zip
- Click on the upload button & select Books4u zip file from the backend folder
- It would be uploaded successfully.



How to Import & Configure Database?
- Open MYSQL Databases for creating & configuring database
- Create database & write its name
- Create new user for database by writing username & password for database
- Copy the credentials like Username & password for later use in config.php file
- Add the user to required database by selecting database & its user which you want to add
- Click “phpMyAdmin” and select your database from list & import the sql file from Books4u > backend > db > books4u.sql







How to configure Database in config ?
- Select File Manager > public_html > www > config.php
- Edit config.php file & replace with your credentials
- Enter your database name inside “db_username” string tag:
$db_username="database_username"
- Enter your database name inside “db_password” string tag:
$db_password="database_password"
- Enter your database name inside “db_name” string tag:
$db_name="your_database_name"
- Save it & its configured successfully



- Select File Manager > public_html > www > admin_panel > config.php
- Edit config.php file & replace with your credentials
- Enter your database name inside “database_username” string tag:
- Enter your database name inside “database_password” string tag:
- Enter your database name inside “your_database_name” string tag:
- Save it & its configured successfully



How to change TinyMCE editor api key?
Below are the steps to to get & change TinyMCE editor api key
- Go to TinyMCE and Create free account on it
- After creating account , give your domain name on which you want to show TinyMCE editor
- After giving domain name , it would give you api key
- Now copy the api keys & go to File Manager > public_html > www > admin
- Find post-edit , post-insert , feature-edit , feature-insert , artist-edit , artist-insert & policy.php
- Add your api keys by replacing “YOUR_TINY_MCE_API_KEY_HERE” with your api key

If you have any questions or problems regarding setting backend, please feel free to message here… Get Support

Click Below Link to Download:
i have downloaded the source code but it asks for password and i can’t find that so can you tell me how to get the password?
Password:
https://nulledsourcecode.com
what is Password?
Password:
https://nulledsourcecode.com
password 1 is wrong.
new passwords if any
https://nulledsourcecode.com
Am try the password https://nulledsourcecode.com but its not working
Try this one:
https://nulledsourcecode.com/
Try this one:
https://nulledsourcecode.com/
still not working
I try the password : https://nulledsourcecode.com
and https://nulledsourcecode.com/ d
password doesn’t match. please need a password.
Try this:
nulledsourcecode.com