B4A Question how to mute ads on my app using this code from google [MobileAds.setAppMuted(true);] ?? - ibkme    Apr 12, 2021 Hello, I want a way to mute Admob ads, ((Video reward ads, and Interstitial ads...etc)) on my app.
I read this topic from Google: https://developers.google.com/admob/android/global-settings... B4A Question [Solved] How to mute the sound of ads using this code? - asales    Mar 13, 2020 In this link:
https://developers.google.com/admob/android/global-settings
I have this code to mute the sound of ads:
MobileAds.setAppMuted(true);
How I can made this in B4A, because I saw only... B4A Question Multiple reports from users about a background music playing? - Pendrush (first post)    Nov 9, 2021   (2 reactions) https://www.b4x.com/android/forum/threads/how-to-mute-ads-on-my-app-using-this-code-from-google-mobileads-setappmuted-true.129657/#post-815268... B4A Question Looking for a windows mobile menu estyle - asales (first post)    Apr 12, 2021   (2 reactions)
ok, sir, I want to ask you how can I use this code from google dev - fo muting the AdMob ads sounds on my app.
the code is:
MobileAds.setAppMuted(true); From: https://developers.google.com/admob/android/global-settings
You can:
1 - Start a new thread for this question, like @José J. Aguilar says.
2 - Search in the forum to "setAppMuted" and you find the answer in the first result.... B4A Question Can't get MobileAds_Ready event - tufanv    Nov 21, 2021 .RunMethod("setAppMuted", Array(True)) m.SetConfiguration(m...Hello, I realized that my app is not triggering mobileads_ready event anymore. I have checkconsentandaddads sub in the code, that sub is triggered, I check via logs but it doesnt get pass the waitfor mobileads_ready. Is there any way to log what is the problem like mobileads_error ? edit....SetConsentDebugParameters("C2636212A08D5A3629DC75E8D1810196", True) 'same id as above... B4J Tutorial Integrated B4JPackager11 - The simple way to distribute standalone UI apps - Erel    Jan 29, 2026   (50 reactions) -the-simplest-way-to-distribute-ui-apps.99835/#content The output of this tool looks like this: https... Mac packages. The packager supports all kinds of settings. You can set them with the new #PackagerProperty attribute. For example to set the icon file, assuming that the ico file is in the Files tab and is named turtle.ico: #PackagerProperty: IconFile = ..\Files\turtle.ico Also set the executable... that this will set the executable icon. Set the form icon with the designer. The form icon should... Share My Creation (PHP/MySQL/API) User Login App - aeric    Aug 16, 2024   (31 reactions) Web API Updates: Latest B4XPages user login client apps (using B4J server): https://www....b4x.com/android/forum/threads/b4j-mysql-api-server-key-token-and-b4x-user-login-apps.126081/ 94106 94119 94118 Android App 94107941089411194112 94109 102583 This is the 3rd version of login... simple login app. Http Login example using HttpUtils2 Later, I have shared a tutorial in Code... are welcome to extend it to become a production ready and more powerful app. For example, In my real app... B4A Library GSheet Library (integrate google sheets into your B4X apps easily) - fernando1987    Nov 1, 2025   (17 reactions) is totally free You can integrate multiple apps into a single project in the google console Easy to... B4A Example AppCompat with ToolBar - minimal example - Erel    Jun 23, 2023   (23 reactions)   tags: ToolBar, Android, drawer badge notification, AppCompat In most cases AppCompat is no longer needed and will only make things more complicated. B4XPages example with dynamic menu: https://www.b4x.com/android/forum/threads/b4x-menu-badges.133301/ 56464 The project attached uses the powerful AppCompat library to replace the built-in ActionBar with a more robust ToolBar. The NavigationItemClick event is raised when the icon is clicked. You can set ToolbarHelper.ShowUpIndicator = True to show an up arrow instead. It will raise the same event... B4A Code Snippet Draw on top of other apps permission - Erel    Sep 5, 2023   (18 reactions) a class to check whether your app has permission and open the settings page if needed: Sub... Public Sub GetPermission As ResumableSub If phone.SdkVersion >= 23 Then Dim settings As JavaObject settings.InitializeStatic("android.provider.Settings") Dim ctxt As JavaObject ctxt.InitializeContext If settings.RunMethod("canDrawOverlays"... i.Initialize("android.settings.action.MANAGE_OVERLAY_PERMISSION", "package:" &... Page: 1   2   3   4   5   6   7   |