User Guide
User Guide
User Guide
Getting Started
1. Choose your favorite version: Admob or Without AdMob
2. Import the project on Android Studio
3. Edit res -> values -> strings.xml
1. Change app_name
2. Change app_payoff
3. Choose the delay for splash screen on splash_delay
(milliseconds) ex. 1500 = 1,5 seconds
4. Insert your Analytics project id example: UA-XXXX-X for track
visitors.
4. Replace the icon app mipmap -> ic_launcher.png
5. Replace the small icon for menu mipmap -> icon.png
6. Replace your company logo mipmap -> your_logo.png
7. Choose your favorite colors theme values -> colors.xml
File: colors.xml
Uncomment your favorite version and comment the
first. If you want, you can change the HEX colors
with yours. See this page for understand colors
https://developer.android.com/training/material/theme.html
Edit the menu label, the type and file name or url.
If you want use a local html, you can modify or insert your pages in assets directory.
If you want point to your website, you can change just the first block Home and put your web link.
Set milliseconds delay for interstitial, change the above line on strings.xml
(10000 milliseconds = 10 seconds)
For default loader, you can insert dialog, pull or none in defaultValue.
If you remove or comment the function setTitle(item.getTitle()); the action bar title is every the
same (name of app).