B4ALibraryViews - additional
RichEditor
RichEditor for Android is a beautiful Rich Text WYSIWYG Editor for Android
@somed3v3loper · 2024-12-04
B4ALibraryLabel
MaxLabel
I have modified a custom view AutoTextSizeLabel where the font size is maximized either in height or width.Now it takes into account both borders and padingns. It is packaged in the b4xlib library.
@Jerryk · 2024-11-29
B4ASnippetOther [MINIMALIST]
Player Scoreboard [MinimaList]
Player Scoreboard [MinimaList]
@aeric · 2024-11-14
B4ASnippetToast
Using ToasMessageShow
Usually, each repeated tap on the button that causes a message - causes the message to be displayed each time, This example will change it. Well, by clicking the button without a break, only a single message will be displayed.
@T201016 · 2024-11-14
B4ALibraryFile handling
Manage External Storage - access internal external storage > SDK 30
A class that lets apps on SDK 30 and higher devices treat the file store as a real file store and not some dumbed down abstracted thing.
@agraham · 2024-11-11
B4ATutorialContacts [B4A]
Extended example of ContactsUtils to place shortcuts to contacts on the home screen [B4A]
Extended example of ContactsUtils to place shortcuts to contacts on the home screen [B4A]
@wbauer · 2024-11-01
B4ALibraryCardView
Intellvold New B4A CardView
Intellvold New B4A CardView
@intellvold · 2024-11-01
B4ASnippetDesigner
Managing color themes with Designer Script Extensions
Managing color themes with Designer Script Extensions
@Cadenzo · 2024-11-01
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 · 2024-11-01
B4ASnippetB4A
Prevent the display from turning off
Prevent the display from turning off
@Cadenzo · 2024-10-31
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
B4ALibraryGoogle
GPBpurchases - Google Play Billing purchases library
GPBpurchases - Google Play Billing purchases library
@Jerryk · 2024-10-29
B4ALibraryAR/VR [AUGMENTED REALITY]
EasyAR [Augmented Reality] Library
EasyAR [Augmented Reality] Library
@walterf25 · 2024-10-27
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
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
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
B4ALibraryCompression
SDZipLibrary improvement
SDZipLibrary improvement
@Alain75 · 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
B4ASnippetB4A [MULTILINE LABEL / TEXTVIEW / VIEWS]
Scrollto specific position [ Multiline Label / TextView / Views ]
Scrollto specific position [ Multiline Label / TextView / Views ]
@epiCode · 2024-10-21
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
B4ASnippetNotifications
Sending push messages from B4A
Sending push messages from B4A
@Erel · 2024-10-20
B4ALibraryAudio/Video
addoMedia3 - AndroidX Media3 Exoplayer Wrapper
addoMedia3 - AndroidX Media3 Exoplayer Wrapper
@Addo · 2024-10-15
B4ATutorialOS
Android Live Wallpaper tutorial
Android Live Wallpaper tutorial
@Erel · 2024-10-14
B4ALibraryBarcode/scan
1D and 2D Barcode Scanner ZXING
Android library projects that provides easy to use and extensible Barcode Scanner views based on ZXing and ZBar.
@Johan Schoeman · 2024-10-06
B4ASnippetCharSequence / CSBuilder
CSBuilder marking based on regex pattern
This sub searches for matches and uses CSBuilder to mark the matches.
@Erel · 2024-10-06
B4ATutorialEmulator/VM
Tips or Tricks for using Android Emulator
Tips or Tricks for using Android Emulator
@aeric · 2024-10-01
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 · 2024-09-25
B4ALibraryDatabase
FrostPocketBaseMobile - A Full Wrapper for Pocketbase-mobile server
FrostPocketBaseMobile is a B4A wrapper around the Pocketbase-mobile library by Rohit Sangwan. This wrapper brings the power of a Pocketbase Server to your B4A projects, allowing you to easily integrate a lightweight, self-hosted backend into your Android apps.
@FrostCodes · 2024-09-22
B4ASnippetDialogs
Textsize and Colors of native MsgBox
These functions help to change the style of the native Android Msgbox
@Blueforcer · 2024-09-15
B4ASnippetCalendar
Add event in calendar using intent
Add event in calendar using intent
@asales · 2024-09-13