khatrain
Android Painting and Note Application
- Updated: 13/01/2021
- Created: 12/01/2021
- Version: 1.1( Exclusive )
- by: raviranjan
Thank you for purchasing My Android Application (KhataBook). If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!
The KhataBook is a android security application which allow users to design or sketching something in the phone screen.
This app have admob ads to generate some money from the application. :)
It is supported on all the android devices above 4.0 + .
After you buy this item you will get project file of Android source code, and also this documentation file to guide you installing this app.
Paiting and Sketching
Truly unlimited, No session,speed and bandwidth unlimitation
Beautiful UI
Firebase Push Notification
User Friendly Interface
Admob Integration
Before doing installation, you need to do the following things :
-
Install tools that requires for developing Android app such as Java Development Kit and Android Studio as the Official Android IDE. For updated tutorial about how to install them, you can see and Download from Android Developer website.
-
If you do all things above, you can go to the next step.
-
Open Android Studio > Import Project (Eclipse ADT, Gradle, ect.)
-
New window will opened > Browse to directory where you place "KhataBook" project > Ok
-
Wait for few minutes until all process import has finished.


-
First Open Build.gradle file which is under app folder on Android Studio.
-
Edit "applicationId" which we labed yellow on below screenshot
-
And then Press "Sync Now"

-
Open Android Studio > app > res > values > strings.xml
-
Select 'strings.xml'
-
Enter your app name inside "app_name" string tag :
-
<string name="app_name">KhataBook</string>

-
First Open Build.gradle file which is under app folder on Android Studio.
-
Edit " onesignal_app_id " which we labed yellow on below screenshot
-
And then Press "Sync Now"

AdMob Configuration :
-
Open Android Studio > app > res > values > strings.xml
-
Enter your AdMob banner ID inside
"banner_ad_unit" string tag :
-
<string name="banner_ad_unit">Your AdMob Banner ID</string>
-
Enter your AdMob Interstitial ID inside
"interstitial_ad_unit" string tag :
-
<string name="interstitial_ad_unit">Your AdMob Interstitial ID</string>
-
Enter your AdMob APP ID inside
"admob_app_id" string tag :
-
<string name="admob_app_id">Your AdMob APP ID</string>

-
Open Android Studio > app > res > mipmap-hdpi > ic_launcher.png
-
Rename your icon with ic_launcher.png and paste > replace in mipmap-hdpi folder
You will find all image into /res/drawable-mdpi/, /res/drawable-hdpi/, /res/drawable-xhdpi/ folder. Just create your own graphics and replace those files. Create seperate graphics of different device screen sizes & place them into other drawble folders (drawable-hdpi & drawable-xhdpi) with same file name found at drawable-mdpi folder. Check here for more information: Devices and Displays and Supporting Multiple Screens.
If you like my app, I will highly appreciate if you can provide me a rating of 5. You can rate me from your CodeCanyon Menu > Download page.
Once again, thank you so much for purchasing this app. As I said at the beginning, I'd be glad to help you if you have any questions relating to this app. No guarantees, but I'll do my best to assist. If you have a more general question relating to the apps on CodeCanyon, you might consider visiting the "FAQ / Support" section and asking your question in the "Comments" section at CodeCanyon app detail page.