B4A Question AdMob - Adaptive Banners - Pendrush    Nov 20, 2019 Do we have support for Adaptive Banners in AdMob?
More info: https://developers.google.com/admob/android/banner/adaptive... B4A Question Help to create code to use Inline Adaptive Banners: setAdSize - asales    Jan 13, 2023 This is a banner format could be placed in scrolling content:
https://developers.google.com/admob/android/banner/inline-adaptive
I tried to create the code base in this Erel's code (Adaptive Banner):
Sub GetInlineAdaptiveAdSize As Map
Dim ctxt As JavaObject
ctxt.InitializeContext...("getCurrentOrientationInlineAdaptiveBannerAdSize", Array(ctxt, width))
Return CreateMap... B4A Question Inline Adaptive Banners - asales    Oct 29, 2020 There are a new banner format in admob: Inline Adaptive Banners:
https://developers.google.com/ad-manager/mobile-ads-sdk/ios/early-access/inline-adaptive-banners
I saw in a admob webnar that this format is better than a native inline.
In the steps there are a referente to integrate... B4A Code Snippet Auto height to banner inline adaptative - asales    Jul 21, 2025   (4 reactions) This code (created with a help of ChatGPT) return the auto height to use in the banner inline adaptive.
Admob Example updated.
Sub GetAutoHeightBannerSize As AdInlineSize
LogColor("GetAutoHeightBannerSize", Colors.Blue)
Dim ctxt As JavaObject
ctxt.InitializeContext
Dim... As AdInlineSize = Utils.GetAutoHeightBannerSize
Log(sizein.Height)
Log(sizein.Width)... B4A Question AdSize.getCurrentOrientationInlineAdaptiveBannerAdSize - asales (first post)    Jul 21, 2025
Do I need to specify the height of Ad Size?
Check this code:
https://www.b4x.com/android/forum/threads/auto-height-to-banner-inline-adaptative.167869/
And this example:
https://www.b4x.com/android... B4A Example [B4XPages] Admob Example - asales    Jul 21, 2025   (40 reactions) -sdk-v20.129609/
3. B4A 13.40 and SDK Manager up to date.
Update 7.0:
- Adaptive inline banner... banner inline adaptative
Update 6.0:
- Adaptive banner with customlistview
Update 5.0:
- Rewarded... B4A Question Inline Adaptive Banner - asales (first post)    Sep 30, 2024
Can use the code in this post for inline adaptive banners are shown in scrollable content ?
As I said, I didn't follow through with this code and I don't know if it will work.
In... B4A Question Adaptive Banners - Lucas Eduardo    Nov 20, 2019 From code posted by Erel on this thread https://www.b4x.com/android/forum/threads/admob-adaptive-banners.111525/
1:
Code:
Sub GetAdaptiveAdSize As AdSize
Dim ctxt As JavaObject
ctxt...).RunMethod("getCurrentOrientationAnchoredAdaptiveBannerAdSize", Array(ctxt, width))
Dim...: getCurrentOrientationAnchoredAdaptiveBannerAdSize not found in: com.google.android.gms.ads.AdSize
What am i missing?... B4A Library FirebaseAdMob2 - Google Mobile Ads SDK v20+ - Erel    Aug 18, 2025   (17 reactions) As Boolean)
Dim AdaptiveSize As Map = GetAdaptiveAdSize
'Add Private BannerAd As AdView in.../6300978111",AdaptiveSize.Get("native"))
Activity.AddView(BannerAd, 0, 0, AdaptiveSize.Get... B4A Question Banner Adaptive Admob - Jorge M A (first post)    Jan 20, 2020   (1 reaction) Look here: https://www.b4x.com/android/forum/threads/admob-adaptive-banners.111525/post-695517
Also you can use search forum: https://www.b4x.com/android/forum/pages/results/?query=+Adaptive+Banners&product=b4a... Page: 1   2   3   4   5   6   7   |