B4XTutorialPreferences [B4X]
AS Settings - ColorChooser Property [B4X]
AS Settings - ColorChooser Property [B4X]
@Alexander Stolte · 2024-10-31
B4XSnippetUI design [B4XPAGES]
LOCALIZATOR - MULTI LANGUAGE - CODE B4X - UI DESIGNER [B4XPAGES]
LOCALIZATOR - MULTI LANGUAGE - CODE B4X - UI DESIGNER [B4XPAGES]
@Lucas Siqueira · 2024-10-29
B4ALibraryGoogle
GPBpurchases - Google Play Billing purchases library
GPBpurchases - Google Play Billing purchases library
@Jerryk · 2024-10-29
B4ALibraryGoogle [B4A]
GPBilling [B4A]
This library wraps the GooglePlayBilling base library. It returns the results in structures as they are built in the Google accounting system.
@Jerryk · 2024-10-29
B4JSnippetMenu
Create Context Menu
Create Context Menu
@Tim Chapman · 2024-10-28
B4ALibrarySerial comm/USB
UsbSerial
This is an expanded version of the original UsbSerial library. It has added support for Prolific PL2303 USB to serial converters, Android ADK devices and USB permissions. All devices use the same simple interface intended to be used with AsyncStreams and AsyncStreamsText. Note that AsyncStreams prefix mode is not supported. The library is based on the same open source project Android USB host serial driver library as the existing UsbSerial library but no longer needs a separate jar file as the project source code is incorporated in the library.
@Erel · 2024-10-25
B4XLibrarySocial [B4X]
GreenApi - WhatsApp API [B4X]
Green API is a platform that allows you to send and receive WhatsApp messages through a stable API.
@Mariano Ismael Castro · 2024-10-25
B4ASnippetMaths [ALGORITHM]
First post. Map a value from one range to another range. The simple way. [algorithm]
Map values from one range to another range in a simple way. This is not a true algorithm but helped me a lot to save time. This mimics the Arduino Map function. See https://www.arduino.cc/reference/en/language/functions/math/map/
@max123 · 2024-10-24
B4ALibraryCompression
SDZipLibrary improvement
SDZipLibrary improvement
@Alain75 · 2024-10-23
B4ASnippetAudio/Video
Create ExoPlayer with TextView instead of SurfaceView
There are some cases where you need to create an ExoPlayer with TextureView. TextureView can be customized more easily.
@Erel · 2024-10-23
B4ALibraryBarcode/scan
Generic Android powered 1D/2D laser barcode scanner library
Generic Android powered 1D/2D laser barcode scanner library
@Peter Simpson · 2024-10-22
B4ALibrarySpeech
TTSextras - Freedom of Speech
TTSextras allows you to: 1) save raw PCM (android''s default) audio output to a file in your system''s Documents folder. do with it as you see fit. 2) save synthesized output (as a .wav file) to RuntimePermissions.GetSafeDirDefaultExternal("") or to your systems''s Files folder. listen and share to your heart''s content. 3) synthesize text greater than 4000 bytes at a time. obviously, within the limits of your device''s memory. 4) easy voice selection and identification. you can map a given voice to a user-friendly description for future reference.
@drgottjr · 2024-10-21
B4XLibraryB4X [B4X][XUI]
SD XUIView2 [B4X] [XUI]
the second series of XUI Views
@Star-Dust · 2024-10-21
B4ASnippetB4A [MULTILINE LABEL / TEXTVIEW / VIEWS]
Scrollto specific position [ Multiline Label / TextView / Views ]
Scrollto specific position [ Multiline Label / TextView / Views ]
@epiCode · 2024-10-21
B4ASnippetNotifications
Sending push messages from B4A
Sending push messages from B4A
@Erel · 2024-10-20
B4JSnippetSerialize
Python B4XSerializator
If you ever need to send B4X objects from Python service to a B4X app/service or vice versa, this might be helpful.
@jtare · 2024-10-20
B4JLibrarySithaso [WEB]
Sithaso SDUIPocketBase - Use PocketBase BackEnd in your BANano Projects [Web]
Sithaso SDUIPocketBase - Use PocketBase BackEnd in your BANano Projects [Web]
@Mashiane · 2024-10-19
B4JLibrarySithaso [WEB]
Sithaso SDUIFetch - A Non Head Cracking Approach to BANanoFetch [Web]
Sithaso SDUIFetch - A Non Head Cracking Approach to BANanoFetch [Web]
@Mashiane · 2024-10-19
B4JTutorialMaths [AND WHERE]
See whether [and where] circles intersect
See whether [and where] circles intersect
@jkhazraji · 2024-10-17
B4JSnippetOS [& A WARNING ABOUT JDK VERSIONS 17.0.12, 21.0.4]
Check if running in Headless environment [& a warning about JDK versions 17.0.12, 21.0.4]
Check if running in Headless environment [& a warning about JDK versions 17.0.12, 21.0.4]
@Chris2 · 2024-10-17
B4ITutorialOS
Restore factory settings on a locked iPhone device
Restore factory settings on a locked iPhone device
@hatzisn · 2024-10-15
B4ITutorialB4I
Installing apps with Apple Configurator 2
Starting from B4i v7.20 (currently in beta) it is possible to install apps, when the iOS device is physically connected to a local Mac, using Apple Configurator 2. This is an alternative to the standard over the air installation.
@Erel · 2024-10-15
B4ATutorialOS
Android Live Wallpaper tutorial
Android Live Wallpaper tutorial
@Erel · 2024-10-14
B4XLibraryList- and scrollview [B4X]
CLVDragger [B4X]
Modified version of CLVDragger which will work on B4A, B4i and B4J
@aeric · 2024-10-10
B4JSnippetCSS [CSS SUBCLASS]
Change single view''s element style [CSS subclass] at runtime
Change single view''s element style [CSS subclass] at runtime
@Gandalf · 2024-10-10
B4JLibraryFile handling
Walk File Tree: Recursive file find
This library has one class which finds files that match the specified glob pattern in any selected path, then they are returned in a list.
@jkhazraji · 2024-10-09
B4XClassB4X
MinimaList
A utility class to manage a simple collections of Map inside List
@aeric · 2024-10-09
B4XTutorialDrawing [B4X]
Measure Line Lengths and Intersection Angles - Draggable Points [B4X]
Measure Line Lengths and Intersection Angles - Draggable Points [B4X]
@William Lancee · 2024-10-09
B4XLibraryMenu [B4X][XUI][B4XLIB]
B4XMenuPlus [B4X] [XUI] [B4XLib]
Extension for B4XPages menu. Replacing B4XPages.AddMenuItem().
@Gfy · 2024-10-09
B4JSnippetAnimation
A Rotating Globe
A Rotating Globe
@jkhazraji · 2024-10-07