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    Feb 26, 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    Mar 25, 2026   (17 reactions) is totally free You can integrate multiple apps into a single project in the google console Easy to... B4i Library [tool] OTA Deployer - Easily distribute your app to beta testers - Erel    Jul 14, 2026   (22 reactions)   tags: OTA Deployer This is a tool for developers who use the hosted builder. With this tool your beta testers can install your app over the air by clicking on a link. In order to distribute your app you need to follow these steps: 1. Add the beta tester device UDID to the provision file and download the updated file. 2. Compile your app in release mode, using the development certificate. 3. Download the archive with Tools - Build Server - Download Last Built. 4. Open archive.zip and extract the ipa file. 5. Run... 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... Page: 1   2   3   4   5   6   7   |