“Network Switcher - Kotlin App” Documentation by “NewAgeDevs” v2.0


“Network Switcher - Kotlin App”

Last Update: 03 February 2025
By: NewAgeDevs
Email: [email protected]

Thank you for purchasing our application. If you have any questions beyond the scope of this help file, please send us an email at [email protected]. Thanks so much!


Table of Contents

  1. Open Project in Android Studio
  2. How to Change Application ID and Package Name
  3. How to Change Application Menu Icon, Background, and App Icon
  4. How to Change Application Name
  5. How to Change Colors
  6. How to Configure AdMob Ads
  7. How to Configure Applovin Ads
  8. How to add In App Purchase
  9. How to Configure In House Ads

A) Open Project in Android Studio - Top

Step 1: Select the ‘Import Project’ option and locate your “Network Switcher” Project.

Open Project

B) How to Change Application ID and Package Name - Top

Find the build.gradle.kts (App level) file inside the app folder, open it, and modify the applicationId.

Change Application ID

C) How to Change Application Menu Icon, Background, and App Icon - Top

Open the res folder, then navigate to all drawable folders and all ic_launcher folders. Replace the background images and icons accordingly.

Change Icons

D) How to Change Application Name - Top

Open the strings.xml file and update the 'app_name' value.

Change App Name

E) How to Change App Colors - Top

Open the colors.xml file and update the color values.

Change Colors

F) How to Configure AdMob Ads - Top

Open the strings.xml file and update the following values:

Config AdMob

G) How to Configure Applovin Ads - Top

Open the AppConfig.kt file and update the following varriables:

Config Applovin

H) How to add In App Purchase - Top

Open the AppConfig.kt file and update the following varriables:

Config In App Purchase

I) How to Configure In House Ads - Top

Open the Ads.kt file and update the following list:

Config In House Ads

Once again, thank you for purchasing the "Network Switcher - Kotlin App". If you have any questions related to this application, feel free to contact us at [email protected]. We’ll do our best to assist you.

NewAgeDevs

Go To Table of Contents