B4A Example [B4XPages] Admob Example - asales    Sep 25, 2024   (38 reactions) Check this other excellent example from @Jack Cole.
To help the new members to make money with B4A, I tried to compile all the relevant Admob code (except mediation) of the forum in this example and put comments and links.
This is a work in progress.
Any code and sample to improve this example are B4A Library FirebaseAdMob - Admob ads integrated with Firebase backend - Erel    Jun 16, 2021   (21 reactions) Use FirebaseAdMob2 instead: https://www.b4x.-google-mobile-ads-sdk-v20.129609/
This library required B4A v6+.
This library allows showing AdMob ads. It is integrated with Firebase services so you can better track and analyze the results.
https://firebase.google.com/docs/admob/
It supports banner B4A Question Firebase AdMob - Vincenzo Fabiano    Nov 20, 2019 'End of default text.
' Hardware accelerated
SetApplicationAttribute(android:hardwareAccelerated, "true")
'************ Google Play Services Base ************
CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase)
'************ Google Play Services Base (end) ************
'************ F B4A Question [ Admob ] Crash on run - Waldemar Lima    Jul 02, 2020 firebase:firebase-common@@19.3.0:253) at com.google.firebase.provider.FirebaseInitProvider.onCreate(com.google.firebase:firebase-common@@19.3.0:51) at android.content.ContentProvider.attachInfo(ContentProvider.java:1927) at android.content.ContentProvider.attachInfo(ContentProvider.java:1902) at com B4A Library FirebaseAdmobPlus - ArminKh1993    Mar 18, 2021   (19 reactions) FirebaseAdmobPlus is no longer supported, please check out GoogleMobileAds lib
https://www.b4x..128787/
Hi
This is a full wrapper over goolgle ads sdk.
https://developers.google.com/admob/android/quick-start
It supports :
- Banner (Also Adaptive Banner) | https://developers.google.com/admob/a B4A Question Firebase Admob - GERSON PINTO    Mar 12, 2019 Hello! I am new in B4A and I need add firebaseAdmob in my app but the tutorials I found here are a bit confused and are spread out in several places. Is it possible you post a step by step path to implement It in an App with full examples of code? Thanks a lot! B4A Question Firebase admob Issue - asales (first post)    Feb 23, 2021 No.
Check this:
" Initialize MobileAds in Service_Create of the starter service "
https://www.b4x.-v1-6.108552/
and this examples:
https://www.b4x.-the-almost-definitive-admob-example.113586/ B4A Question Is it possibile to use Firebase without Google services? - Pendrush (first post)    Jan 08, 2021   (3 reactions) Most Firebase services does not work on Huawei devices without play services. AdMob is only Firebase service that work. B4A Question AdMob standard vs Firebase AdMob - johndb (first post)    May 05, 2017 I seem to recall that Firebase Admob is just a "linking" of the regular Admob. You set up your Admob the normal way and when your ready to use Firebase services then just link it into Firebase. There is no problem using Admob without Firebase. At least that is my understanding. BTW, don't address an B4A Library FirebaseAdMob v1.6 - Erel    Jun 21, 2020   (17 reactions) Google has added a few new requirements to AdMob implementation. You must make these changes if you are using the latest versions of Android SDK libraries (firebase-ads 18.1.1+).
Instructions:
2. Find your AdMob app id and add it to the manifest editor:
'This is a sample AdMob app id. You need to Page: 1   2   3   4   5   6   7   Powered by ColBERT |