• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

AndroLite - Easy Configurable Android WebView App Template

AndroLite - Easy Configurable Android WebView App Template 30 April 2023

No permission to download

daniel1419

Member
Trusted Uploader
Jan 12, 2021
75
21
8
White Devil submitted a new resource:

AndroLite - Easy Configurable Android WebView App Template - admob, android, android studio, android web app, android webview, configurable, firebase, material d

AndroLite590.jpg

Create Android WebView mobile app from responsive website. Configure requirment and create your site into an app, AndroLite can do much more, explore the many useful options & features we offer below:Features
  • Latest UI
  • OneSignal Push Notifications
  • Firebase Analytics
  • All Device Compatibility
  • Developed with Android Studio & Gradle
  • Support for Jelly Bean (Android 4.2) and newer
  • Material design following...

Read more about this resource...
 
Please, do you know how i can remove the test admob from the generated apk?
See for this you must have basic knowledge of Java. In the Screens XML file make ads position from Visible to Gone. That's it and make sure to remove the dependencies from Activity also or else it will make error while Debugging.
 
Please, do you know how i can remove the test admob from the generated apk?
You mean test ad?

Just replace the code with your own admob code

Or find the ad code in the editor and deactivate the ads using // in front of the code.

Like this
Java:
task deleteJavaDebugLogs << {

    description("This function will delete all SDK DEBUG log level from the project, be careful with it!")

    //Add double slash like this in front of the the Admob lines in your source code's xml files

    FileTree  javaFiles = fileTree('[your_project_path]') {

        // if you have more files that are not .java include them also.

        include '**/*.java'

    }
 
Last edited:
You mean test ad?

Just replace the code with your own admob code

Or find the ad code in the editor and deactivate the ads using // in front of the code.

Like this
Java:
task deleteJavaDebugLogs << {

    description("This function will delete all SDK DEBUG log level from the project, be careful with it!")

    //Add double slash like this in front of the the Admob lines in your source code's xml files

    FileTree  javaFiles = fileTree('[your_project_path]') {

        // if you have more files that are not .java include them also.

        include '**/*.java'

    }

Thanks for the reply, please pardon me, I have zero knowledge of coding. I need to know exactly where to place this code. I don't want any ads to display on the app.
 
Please, do you know how i can remove the test admob from the generated apk?

Go to:
  • Android Studio > Source Code> res > values > strings.xml
Search for example:

Code:
<string name="admob_banner_id">ca-app-pub-3940256099942544/6300978111</string>
<string name="admob_interstitial_id">ca-app-pub-3940256099942544/1033173712</string>

And delete all the test admob code:

ca-app-pub-3940256099942544/6300978111
ca-app-pub-3940256099942544/1033173712
 
Go to:
  • Android Studio > Source Code> res > values > strings.xml
Search for example:

Code:
<string name="admob_banner_id">ca-app-pub-3940256099942544/6300978111</string>
<string name="admob_interstitial_id">ca-app-pub-3940256099942544/1033173712</string>

And delete all the test admob code:

ca-app-pub-3940256099942544/6300978111
ca-app-pub-3940256099942544/1033173712
If I remove this, it will trigger error or I will a parse error after installing the apk.
 
Just add // before admob lines
You mean i should write this?

//<string name="ad_publisher_id">pub-3940256099942544</string>
//<string name="admob_app_id">ca-app-pub-3940256099942544~3347511713</string>
//<string name="admob_banner_id">ca-app-pub-3940256099942544/6300978111</string>
//<string name="admob_interstitial_id">ca-app-pub-3940256099942544/1033173712</string>
 
You mean i should write this?

//<string name="ad_publisher_id">pub-3940256099942544</string>
//<string name="admob_app_id">ca-app-pub-3940256099942544~3347511713</string>
//<string name="admob_banner_id">ca-app-pub-3940256099942544/6300978111</string>
//<string name="admob_interstitial_id">ca-app-pub-3940256099942544/1033173712</string>

Try this and test the apk
I don't remember exactly
 
See for this you must have basic knowledge of Java. In the Screens XML file make ads position from Visible to Gone. That's it and make sure to remove the dependencies from Activity also or else it will make error while Debugging.
Please can you be kind to show me where and what I need to change from VISIBLE to GONE, and what & where are the DEPENDENCIES to remove?
 

Forum statistics

Threads
78,865
Messages
1,127,966
Members
246,582
Latest member
LucidManiac
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock