Other B4J v8.30 BETA is available for download - Erel    Feb 28, 2023   (39 reactions) Improvements: Support for Java 14. As with Java 11, B4J expects a specific structure. You should download this package (OpenJDK 14 + OpenJFX 14): https://b4xfiles-4c17.kxcdn.com/jdk-14.0.1.zip Build standalone package - B4JPackager11 is now integrated in the IDE. This makes it simpler to build... the different platforms. Fix for a design issue that existed since B4A v1.0 where in some cases assignment... is not installed under C:\Windows. This is fixed for the next beta.... Share My Creation [B4X] B4X Pleroma - open source client for Mastodon / Pleroma social networks - Erel    Nov 4, 2020   (15 reactions) What is Mastodon? IPSbNdBmWKE Pleroma is a lightweight implementation that extends Mastodon. B4X Pleroma is a client for these social networks. More information here: https://www.b4x.com/android/forum/threads/119426/#content It is based on quite a few B4X components including: BCTextEngine, BitmapCreator, MiniHtmlParser, OkHttpUtils2, OAuth, KeyValueStore, XUI Views, B4XPages, B4XDrawer, B4XGifView, B4XPreferencesDialog, BCToast, xCustomListView, BitmapsAsync, RequestsManager and... B4A Tutorial [java] Creating libraries for B4A - Erel    Sep 29, 2016   (8 reactions)   tags: Java library, Library, Creation -video-tutorial-creating-simple-library.html Basic4android has a very good support for external... the documentation for the online help. The XML file is created by using a custom Javadoc tool... there is a special class which you can inherit from, for simple wrappers. I will later cover... a property. The same is true for methods that start with 'set' and accept one parameter... context and other resources. The compiler is responsible for passing this object. The IDE doesn... Other B4A v13.0 BETA is available for download - Erel    Jul 18, 2024   (46 reactions) 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 of the internal libraries and also external libraries were updated and now depend on the latest Android SDK 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... B4A Tutorial [B4X] B4XPages - Cross platform and simple framework for managing multiple pages - Erel    Jul 12, 2023   (81 reactions) is raised when a page is created, this will happen before it is displayed for the first time. Note... Other For new(er) members: How to post a question/issue - KMatle    Sep 9, 2018   (11 reactions)   tags: Tag . Have fun Erel: 11. Always start a new thread for your question.... B4A Library [B4X] SimpleMediaManager (SMM) - framework for images, videos and more - Erel    Jul 2, 2025   (47 reactions) ZoomImageView) for images, B4XGifView for animated gifs, ExoPlayer / MediaView / VideoPlayer for videos and WebView for html or text. Under the hood features: Maintains a cache of resources. Automatically... requests when they are no longer relevant. Fade-in animation. Loading and Error resources. For... This is also required for non-animated gifs Cancellation of ongoing http requests HU2_PUBLIC None... field: https://www.b4x.com/android/forum/threads/b4x-simplemediamanager-smm-framework-for-images... B4A Tutorial [B4X] OkHttpUtils2 with Wait For - Erel    Apr 11, 2021   (59 reactions)   tags: image, wait, Download, Http MySql, Wait For, ws 256583317 Downloading resources is simpler with the new Resumable Subs feature. Using Wait For we can wait for the JobDone event in the same sub that started the download. No longer is it needed to....Initialize("", Me) j.Download("https://www.google.com") Wait For (j) JobDone(j...=rand") Wait For (j) JobDone(j As HttpJob) If j.Success Then 'The result...) Dim quotes As List = jp.NextArray For Each quot As Map In quotes Log("Title... Other B4A v10.7 is available for download - Erel    Jun 7, 2021   (58 reactions) of limitations including: Support for signing scheme v2, which is required when setting targetSdkVersion to 30. Support for building app bundles. This type of package will be required by Google Play, for new apps, later this year. Support for newer versions of SDK resources. It can also provide some.../1614076659519-png.108598/ There is no reason to build bundles (AABs) except for Google Play submissions.... This is relevant for new apps: #if AAB #SignKeyFile: my-release-key.jks #SignKeyPassword: xxxxxxx... Other B4A v10.2 BETA is available for download - Erel    Aug 31, 2020   (34 reactions) This update adds support for the latest version of Firebase, Crashlytics and Android SDK. B4ASdkManager updated to support latest version of Android SDK command line tools. Firebase libraries updated to support latest version of Firebase SDK. OkHttp updated based on OkHttp 3.14.9. Support for latest version of Crashlytics. Previous version will stop tracking crashes on November 2020. B4X version of KeyValueStore added as an internal library. Internal libraries updated: B4XPages, B4XDrawer... Page: 1   2   3   4   5   6   7   |