B4A Library AdsHelper extends FirebaseAdMob2 / Google Mobile Ads v20.0+ - Erel    Sep 3, 2025   (19 reactions) AdsHelper is a class that adds the following features: - Managing the user consent with Google's User Messaging Platform: https://developers.google.com/admob/ump/android/quick-start - App Open Ads: https://developers.google.com/admob/android/app-open-ads It can be extended with more features...: #AdditionalJar: com.google.android.ump:user-messaging-platform Consent Sign up to Funding Choices and create an EU consent message: https://support.google.com/fundingchoices/answer/9180084 The logic itself... B4A Library FirebaseAdMob2 - Google Mobile Ads SDK v20+ - Erel    Aug 18, 2025   (18 reactions) As Boolean) Dim AdaptiveSize As Map = GetAdaptiveAdSize 'Add Private BannerAd As AdView in....InitializeStatic("com.google.android.gms.ads.AdSize").RunMethod... on: C:\Android\extras\b4a_remote\com\google\android\gms\play-services-ads-lite\20.0.0\unpacked-play... with AdsHelper: https://www.b4x.com/android/forum/threads/adshelper-extends-firebaseadmob2-google-mobile-ads-v20... minSdkVersion in the manifest editor to 26. This is a wrapper for Google Mobile Ads v20+ SDK... B4A Question Mashy Teaches WebApp/Website Development with BANanoVuetifyAD3 - The New Series - Mashiane    Oct 1, 2022   (25 reactions) Good day Download Additional Libraries Download BANanoVuetifyAD3Core Library OR Download BANanoVuetifyAD3 Library Download Kitchen Sink WebApp (Optional - useful for Learning how this works... password, validating it, showing a loading button 04. Adding a background image for our page and hiding... files) 15. Introducing the V-Data-Table (VueTable) 16. BANanoVuetifyAD3 Rewind - BindState Source Code Generation with the Kitchen Sink BindState Tool 17. BANanoVuetifyAD3 Rewind - A Time to Reflect 18... B4A Library FirebaseAdMob - Admob ads integrated with Firebase backend - Erel    Jun 16, 2021   (21 reactions)   tags: ads, FirebaseAdMob, Admob, Firebase Use FirebaseAdMob2 instead: https://www.b4x.com/android/forum/threads/firebaseadmob2-google-mobile....google.com/docs/admob/ It supports banner ads and interstitial ads (full screen ads). First you need... Globals Private BannerAd As AdView Private IAd As InterstitialAd End Sub Sub Activity_Create... = 50dip Else 'tablets height = 90dip End If Activity.AddView(BannerAd, 0dip... related to InMobi mediation ads. V1.30 - Adds support for rewarded video ads: https://www.b4x.com/android... B4i Library Firebase v3.00 + iAdMob v4.10 + Facebook 9.3 - Erel    Dec 8, 2025   (7 reactions) .CanRequestAds) If ump.CanRequestAds Then Dim ad As AdView ad.Initialize("ad... in the package. This includes implementation of UMP: https://developers.google.com/admob/ios/privacy... As Int, Height As Int) End If Root.AddView(ad, 0, 0, Root.Width, 50dip) ad...Edit: Latest version of Firebase + iAdMob is included with the builder. A new package with an updated Firebase and AdMob sdks is available. Updates: - iAdMob v4.10 is included in the package... B4A Tutorial Google Maps - Erel    Jul 7, 2025   (36 reactions)   tags: Maps, GoogleMaps, GPS, Erel, Map, Google Mpas 41895 Installation instructions: - Register your app in Google developer console: https://console.developers.google.com You need to enable Google Maps Android API. Then click on Credentials ->...): CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase) AddApplicationText( <meta-data android:name="com.google.android.geo.API_KEY" android:value="xxxxxxxxxxxxxx"/> ) - Add a MapFragment with the visual designer. It will appear under the CustomView menu... B4A Tutorial Accessing third party Jar with #Additionaljar and JavaObject - Picasso - Erel    Jan 19, 2026   (26 reactions)   tags: Lib, use jar in b4a, JAR .AddView(img2, 0, 50%y, 100%x, 50%y) Dim url As String = "http://i.imgur.com/DvpvklR.png"....app.Activity when called from an Activity module). This code should be added to an activity or... http://www.b4x.com/basic4android/images/SS-2014-05-12_13.15.19.png As you can see in... the JavaDocs page: http://square.github.io/picasso/javadoc/com/squareup/picasso/Picasso.html This sub will call the static method: Sub GetPicasso As JavaObject Dim jo As JavaObject 'com.squareup... B4A Class [class][B4X] Google OAuth2 - Erel    Oct 29, 2025   (44 reactions)   tags: wait, Google GoogleAuthorization instead with B4A: https://www.b4x.com/android/forum/threads/google-authorization-with-authorizationclient.169164/ It is no longer possible to use WebView to implement Google's... it expires using the refresh token. The process is documented here: https://developers.google.com... on the API that you want to call). Call GoogleOAuth2.GetAccessToken. The AccessTokenAvailable... Google web service. In this example we will access the People API. You need to enable it in Google... B4A Library GSheet Library (integrate google sheets into your B4X apps easily) - fernando1987    Mar 25, 2026   (17 reactions) ://www.b4x.com/android/forum/threads/class-b4x-google-oauth2.79426/ follow the tutorial in... items, these items will be added in the next empty row( if a list is created with the total or partial elements of a database it will be added as a single query immediately to your sheet) Gsheetplus..., these items will be added in the next empty row( if a list is created with the total or partial elements of a database it will be added as a single query immediately to your sheet) copytodrive(title... B4A Question Any news about Native Ads Advanced? - asales    Jan 9, 2018   (2 reactions) Hi @Erel I have several Native Ads Express in my apps and the existing units will stop serving ads on March 1, 2018 (https://developers.google.com/admob/android/native-express). The new Native Ads Advanced is available now and I can create this Ads (I think the information in page "Native is currently in a closed beta with a limited group of publishers" is out of date), but I don't have a option in FirebaseAdmob library to use it, only NativeExpressAd. 63537 Any news about... Page: 1   2   3   4   5   6   7   |