Free Android App for E books Full Source Code
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:
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 in individual directories.
Individually select each directory you want to rename, and: Right-click itSelect 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.
Note: When renaming com in Android Studio, it might give a warning. In such case, select Rename All.
How to change app name?
Open Android Studio >DanceApp > res > values > strings.xml
Enter your app name inside "app_name" string tag:
Where to put Admob Publisher ID in Application?
How to Change Facebook ids & Gmail ids ?
How to Change AdMob id?
How to Change Server Url in Application?
Open Android Studio > app > package
now if your Sever is http://www.abc.com so your service url like that
http://abc.com/
How to change Application Icon and App Color Code'?
How To Change Application Icon
Open Android Studio > app > res >
Rename your icon with ic_launcher.png and paste in all mipmap folders
How To Change App Color Code
Open Android Studio > app > res >values > color.xml
Replace your color code on color.xml file
How to generate FCM server key and replace google-service.json?
Open https://console.firebase.google.com
Create New Project
Download google-service.json file and replace
How to Change One Signal Id And Rest Key?
How to Send Notification From Admin?
Open Admin Panel > Notification
Enter title and message which are mandatory
Upload Image if you want to show in notificaiton. This is optional.
If you want to show particular video select any video when click on notification. This is optional
Image Size Minimum - 512x256 & Maximum - 2880x1440 for Notification
Default Login Details
User: admin@gmail.com
Pass: 12345