B4ASnippetGoogle
GoogleDrive via REST API V3 - Small Testproject
A small project to get a grip on Google Drive
@fredo · 2023-10-30
B4ASnippetDatabase
cloudKVS - adding list of changes to NewData event
cloudKVS - adding list of changes to NewData event
@Dave O · 2023-09-19
B4ASnippetStrings
Unescape Unicode sequences for Spanish language
Unescape Unicode sequences for Spanish language
@GeoT · 2023-09-15
B4ASnippetFile handling
SaveAs - Let the user select a target folder
This code, the opposite of ContentChooser or the simpler version of ExternalStorage. Allows the user to choose the place where the file will be saved. Simple to work with and doesn''t require permissions. Possible alternative to the external storage permission, which is mostly no longer available.
@Erel · 2023-09-10
B4ASnippetDrawing
Draw on top of other apps permission
Starting from Android 6 a special permission is required if you want to use the SYSTEM_ALERT_WINDOW permission. This permission is not related to the runtime permissions. You can put this code in a class to check whether your app has permission and open the settings page if needed
@Erel · 2023-09-05
B4ASnippetWear [WEAROS]
Raise left hand - tracking with Smartwatch [WearOS]
Raise left hand - tracking with Smartwatch [WearOS]
@Watchkido1 · 2023-08-18
B4ASnippetSpeech [TTS][SSML]
Bare Bone Text To Speech [TTS] with Speech Synthesis Markup Language [SSML] tool
Bare Bone Text To Speech [TTS] with Speech Synthesis Markup Language [SSML] tool
@MicroDrie · 2023-08-13
B4ASnippetAI/ML
Simple Call GPT-4
Simple Call GPT-4
@instahery · 2023-08-03
B4ASnippetAds
The (almost) Definitive Admob Example
To help the new members to make money with B4A, I tried to compile all the relevant Admob code (except mediation) of the forum in this example and put comments and links.
@asales · 2023-07-31
B4ASnippetOS
Open app details page in settings app
Open app details page in settings app
@Erel · 2023-07-20
B4ASnippetOS [XIAOMI/REDMI ACTIVATION DATE CHECKER]
XM Info Check [ Xiaomi/Redmi Activation date checker ]
XM Info Check [ Xiaomi/Redmi Activation date checker ]
@nso91191 · 2023-07-06
B4ASnippetHome automation
Lora Weather Station
Lora Weather Station
@freedom2000 · 2023-06-25
B4ASnippetEditText/Textview/TextArea/TextField
Localize B4XFloatTextField Hint text
Localize B4XFloatTextField Hint text
@AnandGupta · 2023-06-23
B4ASnippetB4A
Get Activity Orientation
Get Activity Orientation
@Hamied Abou Hulaikah · 2023-06-19
B4ASnippetComms & Network
Start Local Hotspot
Starting from Android 8 there is a public API for starting a local hotspot. Notes: - The hotspot doesn''t allow internet connection. - The password and SSID are chosen randomly and cannot be changed. - Debug it with USB debug mode as it will break B4A-Bridge connection.
@Erel · 2023-05-31
B4ASnippetService/Receiver
Start receiver at exact time
Start receiver at exact time. The standard StartReceiverAt is inexact, in order to allow the OS to make optimizations.
@Erel · 2023-05-28
B4ASnippetList- and scrollview
Programaticaly suppress divider in customlistview
Programaticaly suppress divider in customlistview
@Alain75 · 2023-05-25
B4ASnippetFile handling
File GetCreationTime alternative
File GetCreationTime alternative
@Hamied Abou Hulaikah · 2023-05-21
B4ASnippetImages
Thumbnails viewer
A HorizontalScrollView with square panels to hold the thumbnails of the images. With automatic scroll behavior so that each selected item can be seen in its entirety on the screen. With a colored frame for the selected item. Frame position memorized.
@GeoT · 2023-05-12
B4ASnippetFile handling
External Storage Extras
Additional methods for the original ExternalStorage class
@max123 · 2023-04-14
B4ASnippetImages
Image viewer. A zoomable image within each sliding panel
Image viewer. A zoomable image within each sliding panel
@GeoT · 2023-03-25
B4ASnippetAI/ML
GPT-3
Communicate with GPT-3
@Abdull Cadre · 2023-03-20
B4ASnippetImages
my share creation simple carousell
my share creation simple carousell
@dody · 2023-03-14
B4ASnippetAppCompat
Font Resizer: Responsive label and Popup Menu or xCustomListView Menu called from ACToolBar icon
Font Resizer: Responsive label and Popup Menu or xCustomListView Menu called from ACToolBar icon
@GeoT · 2023-03-11
B4ASnippetComms & Network
aSyncStream and flush
aSyncStream and flush
@Star-Dust · 2023-03-09
B4ASnippetAudio/Video [INFO AND PATHS]
To get multiple media files and folders via MediaStore [info and paths]
To get multiple media files and folders via MediaStore [info and paths]
@GeoT · 2023-03-07
B4ASnippetBluetooth
OBD2 Bluetooth
App uses OBD2 Bluetooth plug, it has ELM327 V2.1 IC that connects to all OBDII protocols. The app reads common PIDs, DTC (faults) and VID. To add PID you can use https://en.wikipedia.org/wiki/OBD-II_PIDs#Bitwise_encoded_PIDs Code based on bluetooth example.
@moty22 · 2023-03-03
B4ASnippetBluetooth
OBD2 USB
App uses OBD2 to USB from Ebay, it has ELM327 V1.5 IC that connects to all OBDII protocols. The app reads common PIDs, DTC (faults) and VID. To add PID you can use https://en.wikipedia.org/wiki/OBD-II_PIDs#Bitwise_encoded_PIDs Code uses felUsbSerial lib.
@moty22 · 2023-03-03
B4ASnippetEditText/Textview/TextArea/TextField
ReadOnly EditText
ReadOnly EditText
@aeric · 2023-03-01
B4ASnippethtml
Markdown Engine For B4A
Markdown Engine For B4A
@teddybear · 2023-02-22