Other B4A v13.0 BETA is available for download - Erel    Jul 18, 2024   (46 reactions) resources. Installation instructions: 1. B4A v13.0 BETA: https://www.b4x.com/android/files/beta.exe 2. OpenJDK 19: https://www.b4x.com/b4j/files/jdk-19.0.2.7z (older versions will not work) 3. Android...I'm happy to release a new BETA version of B4A. The Android SDK and the underlying toolchain where updated with preparation for Android 14 (targetSdkVersion=34) requirements. Many...: 155493 (the wrong hint about java will be removed...) There are new requirements related to... Games [XUI2D] X2 v2.0 - 2021 - Erel    Jul 22, 2022   (24 reactions) map editor: https://www.mapeditor.org/ Due to a compatibility with Tiled 1.9.0, please use... B4A Tutorial Runtime Permissions (Android 6.0+ Permissions) - Erel    Mar 16, 2022   (34 reactions)   tags: RuntimePermission, runtime permissions, B4A Runtime Permissions, Runtime, SDK, B4A is lower than 23 then the standard permissions system will be used on all devices including Android 6+, however soon all Google Play apps will need to set the targetSdkVersion to 26+. B4A v6.0 adds... this is that GetSafeDirDefaultExternal doesn't require any permission on Android 4.4+ (API 19) and requires the WRITE_EXTERNAL_STORAGE on older versions. The code above adds the permission to older... Java Question desugar - fix the "invokedynamic requires" error - Erel    Nov 6, 2019   (6 reactions) these packages requires several steps: - Extract the inner classes.jar from each AAR. - Desugar it. - Put... B4i Tutorial FirebaseNotifications / Push Messages (server not required) - Erel    Jun 26, 2023   (6 reactions)   tags: Erel Updated tutorial: https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/ The configuration steps are still relevant. 261132706 Firebase Notifications service makes it relatively easy to send push messages. Integrating Firebase: https://www.b4x.com/android/forum/threads/firebase-integration.68623/ Push messages in iOS requires some configuration. 1. Create... you can use the same tokens during development and in production. 3. Create a provision file... Other B4i v10.0 has been released! - Erel    Nov 18, 2025   (23 reactions) https://www.b4x.com/android/forum/attachments/xcode-png.168128/ I'm happy to release B4i v10.0 :) B4i compilation process has been rewritten from scratch based on Apple's latest methodology... codesign requiring password. New command line options for the IDE: -INI=<ini file path>... other minor improvements This is a large update which might require a few changes to existing... with the new one. A builder running the old build-chain will remain active for 2-3 weeks. Developers eligible... B4i Library Firebase v3.00 + iAdMob v4.10 + Facebook 9.3 - Erel    Dec 8, 2025   (7 reactions) . You can use NativeObject.GetField("ad") to get the native ad. - iAdMob v4.0 is included....UpdateAndRequestIfNeededDebug(B4XPages.GetNativeParent(Me), Array("1A3BEBAD-587A-4600-9845-89C79B863C7D"), True....SIZE_BANNER) If Root.Width = 0 Or Root.Height = 0 Then Wait For B4XPage_Resize (Width As Int, Height As Int) End If Root.AddView(ad, 0, 0, Root.Width, 50dip) ad... B4J Library [Web][ABMaterial] Framework for WebApps - OliverA (first post)    Nov 29, 2017   (1 reaction) what's missing?
A search in the forum? (https://www.b4x.com/android/forum/pages/results/?query=requires+Cache+System+3.0)
Reading of documentation?
Just saying...... B4A Library New Net library - Android FTP, SMTP and POP3 - Erel    Oct 6, 2025   (24 reactions)   tags: FTP, ftp smtp pop3, Net, B4A, Email The Net library supports FTP, SMTP and POP3 protocols. This library replaces the FTP library. Both... mail servers and send mails, including Html messages and attachments. POP3 - Allows to directly connect to POP3 mail servers and download messages. Currently the messages are not parsed. The raw string...-android-ftp-smtp-and-pop3.10892/page-11#post-232432 V1.51 is released. Fixes an issue with FTP over...-net-library-android-ftp-smtp-and-pop3.10892/page-10#post-231145 V1.37 is released. This version... B4A Library AdsHelper extends FirebaseAdMob2 / Google Mobile Ads v20.0+ - Erel    Sep 3, 2025   (19 reactions) -1267570xxxxx0~676xxxxx) 'your app id here 3. This class should be used in B4XPages projects... is simple: If Ads.GetConsentStatus = "UNKNOWN" Or Ads.GetConsentStatus = "REQUIRED... Ads.GetConsentStatus = "REQUIRED" And Ads.GetConsentFormAvailable Then Wait For (Ads... we request new information. If the consent status is REQUIRED and a consent form is available then we show it. The consent status is managed by Google and is cached locally. In order to debug it we... Page: 1   2   3   4   5   6   7   |