Tool B4A Sdk Manager source code - Erel    Jul 4, 2022   (19 reactions) https://www.b4x.com/android/forum/threads/b4a-sdk-manager-updates.95933/
B4J project is attached.
Latest version: 4.00
www.b4x.com/android/files/B4ASdkManager-src.zip... B4A Tutorial android.jar / targetSdkVersion / minSdkVersion - Erel    Oct 18, 2023   (93 reactions)   tags: runtime permission, sdk version, Targetsdk, SDK, B4A code. minSdkVersion Set in the manifest editor. Default value is 5 (Android 2.0). This one is very... errors. targetSdkVersion Set in the manifest editor. This one is a bit more confusing. It helps... they run on Android 6+). The way to solve it is to check the targetSdkVersion value. If it is 22 or below... it without those changes. This means that an app with targetSdkVersion set to 14 (Android 4.0..., nor handle any other breaking change. Q: Will my app run on Android 4.0 if targetSdkVersion is set... 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 GUI SDK Manager for newer versions of Android tools - Erel    Dec 20, 2017   (33 reactions)   tags: Android SDK Manager, ESTUDAR, sdkmanager, tools, B4A Manager / Emulator The B4J source code is attached. It depends on jShell v1.5+. Android SDK...Edit: If you are using B4A v7.8+ then a newer version of B4A Sdk Manager is preinstalled. Follow... SDK Manager has been removed in the latest version of Android SDK. It was replaced with a command line.... You can continue to use the currently installed Android tools. A custom tool named B4A SDK Manager is provided...-2017-06-06_12.53.22.png Installation instructions: 1. Download the latest sdk tools: https... B4A Question Android SDK Manager Won't Launch After Windows Update - Debugging Steps Needed - Erel (first post)    Dec 17, 2024   (1 reaction) You can try to run it with B4J: https://www.b4x.com/android/forum/threads/b4a-sdk-manager-source-code.91995/#content... B4A Question [SOLVED] Alternative to check if WhatsApp is installed without using PackageManager - QUERY_ALL_PACKAGES on + SDK30 - scsjc    Nov 8, 2021 Until now I used PackageManager to check which applications were installed (for example WhatsApp) Currently google requires QUERY_ALL_PACKAGES in Manifest in order to have a list of Installed Packages. Is it possible to know if WhatsApp is installed, via tried through some kind of Try-Catch error? Sub APKinstalada(packagename As String) As Boolean Try Dim PM As PackageManager...: " & packagename) Return False End Try End Sub Dim pm As PackageManager... Share My Creation [B4X] [TOOL][SOURCE] lm Snippets Manager - LucaMs    Sep 23, 2023   (43 reactions) , code highlighting (which had a hard to solve bug). Source code - Min. donation: 16 euros. Obviously you are not allowed to publish/sell the lmSnippetManager source code. NOTE: to create the stand...I definitely want to speed up the development of my softwares; I decided to develop a very useful snippets manager. Although the main purpose is to have all your snippets at your fingertips, saved in a local db, cataloged and easy to find, I have also added the possibility of inserting those... B4A Class Manage External Storage - access internal external storage >= SDK 30 - agraham    Nov 11, 2024   (30 reactions) old and can't cope with complications like that! :( So here is a class that lets apps on SDK 30... thing. ? It uses a new permission that Google will not allow for most Play Store apps. Manage all... the ManageExternalStorage class suggested in post #3 below. in.Initialize("android.settings.MANAGE_APP_ALL_FILES_ACCESS_PERMISSION", "package:" & Application.PackageName) EDIT: If for some.../%C2%A350-for-the-first-working-solution-sdk30-android-data-read-write.139016/page-2#post-880297... B4A Tutorial [B4X] B4XPages - Cross platform and simple framework for managing multiple pages - Erel    Jul 12, 2023   (80 reactions) . You can see the list of events by writing: Sub + space + tab and choosing B4XPageManager. The event... B4A Library [B4X] SimpleMediaManager (SMM) - framework for images, videos and more - Erel    Jul 2, 2025   (47 reactions) in Panel1 MediaManager.SetMedia(Panel1, "https://...") It uses B4XImageView (or.... MediaManager.SetMediaWithExtra(Panel1,url, "", CreateMap(MediaManager.REQUEST_CORNERS_RADIUS: 10dip, MediaManager.REQUEST_RESIZE_MODE: "FILL_NO_DISTORTIONS")) - v1.17 - New.... Many improvements to the cache management. - v1.06 - Fixes an issue where the old WebView content... Page: 1   2   3   4   5   6   7   |