B4A Library Accessibility Services (assisting users with disabilities, automation etc) - moster67    Feb 22, 2020   (32 reactions) This is a partial wrap/library for Android's Accessibility Services which you can read about here:
https://developer.android.
Android's Accessibility Services is meant to assisting users with disabilities in using Android devices and apps but can also be used for automation.
Some automation tools, B4A Class [B4X] B4XSwitch to support Accessibility - b4x-de    Nov 15, 2023   (3 reactions) I think that the B4XSwitch does not support accessibility very well. I made a simple extension based on the already extended version of the B4XSwitch that supports setting colors at runtime. (Many thanks to @Blueforcer.) Now you can add a description to the panel, which is read out correctly by Talk B4A Class DOTips 2.7 - show an overlay for app tips - Dave O    Dec 02, 2022   (37 reactions) - In the Libraries Manager, make sure these internal (and free) libraries are ticked: - JavaObject - StringUtils - Accessibility Create a variable for the tips: - In the activity's Sub Globals, add Dim tips As DOTips - In the activity's Activity_Create, add tips.Initialize(Me, Activity, "tips" B4A Library ElevateUI Improve the graphic interface of your b4a applications - fernando1987 (first post)    Nov 07, 2024   (2 reactions) 🌟 Elevate UI - Version 3 is here! 🌟 I am excited to announce the arrival of Version 3 of Elevate UI, the library designed to help you create visually stunning interfaces in B4A! This new version brings significant improvements and new features that will further enhance your applications. 📅 UITimet B4A Library UltimateWebView Custom View - Ivica Golubovic (first post)    Dec 09, 2021   (4 reactions) Version 1.6 released. Download library and documents from first post.
Changes:
1. Added class SafeBrowsingResponse.
Added the "SafeBrowsingResponse" class required for the "SafeBrowsingHit" event that is activated when the URL has been flagged by Safe Browsing.
2. Added event SafeBrowsingHit (We B4J Library [NLP] OpenNLP - Text analysis - Erel    Sep 01, 2021   (23 reactions) https://www.b4x..gif
NLP (Natural Language Processing) is a complex task. In the past it was only accessible to data scientists and linguistics experts, however with the rising popularity of machine learning it is now accessible to all developers, with enough time and energy.
This is still not a si B4J Library [B4J] WebGL Library - max123    Jan 11, 2025   (20 reactions) Hi all,
after a long develop making it to work exactly as I wanted ...
... since I promised a fully functional 3D library to some users who requested it ...
... and with permission of my cat, that says: Yes I Like it, you can release on the B4X forum 😅
... I'm very happy today to release the B4J B4A Library SD: BT Printer Bluetooth - Star-Dust    Oct 16, 2024   (37 reactions) ESC_POS
Code module
Subs in this code module will be accessible from all modules.
Fields:
BoldOff As String
BoldOn As String
DoubleOff As String
DoubleOn As String
FontA_Bold As String
FontA_DoubleHight As String
FontA_DoubleWide As String
FontA_DoubleWideHeight As String
FontA_Normal As String
F B4J Library [ABMaterial]: MashBadges - Mashiane    Dec 14, 2017   (4 reactions) Initialize(page,"bg") bg.Margin = "10" bg.AddButton("btnLeftv","Left",MashPlugIns.MaterialIcons.mdi_3d_rotation,MashPlugIns.EnumIconPosition.IconLeft,MashPlugIns.EnumThemes.danger) bg.AddButton("btnMiddlev","Middle",MashPlugIns.MaterialIcons.mdi_access_alarms,MashPlugIns.EnumIconPosition.Ic B4J Library [ABMaterial]: MashButtons - Mashiane    Dec 10, 2017   (4 reactions) AddButton("btnRightv","Right",MashPlugIns.MaterialIcons.mdi_accessibility,MashPlugIns.EnumIconPosition.IconLeft,MashPlugIns.EnumThemes.Warn) page.Cell(7,1).AddComponent(bgv.ABMComp) 'vertical button group with floating buttons bgvf.Initialize(page,"bgvf") bgvf.IsVertical = Page: 1   2   3   4   5   6   7   Powered by ColBERT |