B4ALibraryEditText/Textview/TextArea/TextField
extended editText view
extended editText view
@Guenter Becker · 2022-03-02
B4ALibraryEditText/Textview/TextArea/TextField [MASKED EXTENDED EDITTEXT]
TDSLinput [masked extended EditText]
TDSLinput stands for TechDoc Single Line input. It is a Custom View (XUI) for the use with Anywhere B4A Suite. The view is usable by the Designer Tool of the suite or by code. The view is developed in B4A Language and compiled to a B4A Library (JAR/XML) to be used as external and additional library for the suite. TDSLinput creates a flexible single line input form. The form structure is based on an individual or a predefined Mask. On the screen it looks like a formatted EditText View with special features.
@Guenter Becker · 2022-03-02
B4ALibraryFirebase
Firebase Email/Password authentication
Wrap to integrate firebase auth email/password authentication.
@Enrico Fuoti · 2022-02-25
B4ALibraryPayment
Flutterwave B4A Android Library
This is a library for easy integration of Flutterwave with your Android application with B4A. Use this library in your B4A project.
@Claude Obiri Amadu · 2022-02-23
B4ALibraryButton [WRAPPED]
ShThumbUpButton [Wrapped]
A nice thumbs up control
@Salar82 · 2022-02-06
B4ALibraryAudio/Video
Play RTSP easily
Play RTSP easily
@darabon · 2022-02-02
B4ALibraryOther
SunCalc B4XLib
SunCalc is a tiny BSD-licensed library originally written in JavaScript for calculating sun position, sunlight phases (times for sunrise, sunset, dusk, etc.), moon position and lunar phase for the given location and time.
@John Naylor · 2022-01-27
B4ALibraryAds
AdColony Library
AdColony Library
@Pendrush · 2022-01-13
B4ALibraryFirebase [NEW]
Firebase RemoteConfig [NEW]
This is a wrapper of the Firebase RemoteConfig library for B4A.
@Biswajit · 2022-01-12
B4ALibraryList- and scrollview
PreoptimizedCLV - Lazy loading extension for xCustomListView
This is a cross platform class that extends xCustomListView and makes it "lazier".
@Erel · 2022-01-04
B4ALibraryMaths
BigNumbers
Arbitrary length decimal and integer calculations for financial and other applications requiring absolute accuracy
@Agraham · 2021-12-28
B4ALibraryImages
Webp - new options
This is an update to @Pendrush''s image conversion library.
@drgottjr · 2021-12-15
B4ALibraryCompression [ER]
My Head[er] Hurts
Detect the method that was used to carry out the compression
@drgottjr · 2021-12-11
B4ALibraryGoogle [NEW]
Google Play Games Services [New]
This is a complete wrapper of the latest Google Play Games Services (v17.2.1)
@Biswajit · 2021-11-29
B4ALibraryMaths
Financial Functions
Financial Functions
@Col · 2021-11-28
B4ALibraryBarcode/scan
ZXingLib enhanced
Enhanced version of ZXingLib
@Johan Schoeman · 2021-11-25
B4ALibraryOther
CovidPass - the reader
Decodes a Covid pass QR code
@drgottjr · 2021-11-10
B4ALibraryPayment
Paystack B4A Android Library
This is a library for easy integration of Paystack with your Android application with B4A.
@Claude Obiri Amadu · 2021-11-08
B4ALibraryAnimation
AnimationPlus
Extends the Animation library by adding the interpolators, new parameters, new drawables and the AnimationSet. Can be used for tweened animations or image-by-image animations.
@Informatix · 2021-11-03
B4ALibraryDate/time [B4A][B4I]
MetroUI_TimeEdit [B4A] [B4i]
A component that can be useful if you are dealing with time zones. You can manage Hours - Minutes and Seconds as you wish.
@Ertan · 2021-10-29
B4ALibraryMail
PHPMailer
PHPMailer(https://github.com/PHPMailer/PHPMailer) is a code library to send emails safely and easily via PHP code from a web server. This B4A Library is to allow sending of Emails in B4A Apps with online PHP servers.
@Claude Obiri Amadu · 2021-10-27
B4ALibraryMenu [B4A]
FlowMenu - Sleek Animated Menu [B4A]
FlowMenu - Sleek Animated Menu [B4A]
@mohsyn · 2021-10-22
B4ALibrarySocial
Facebook Audience Network Library
Facebook Audience Network Library
@Pendrush · 2021-10-14
B4ALibraryImages
ImageDownloader Service
Simple way to efficiently download multiple images
@Erel · 2021-10-10
B4ALibraryAnimation
Android View Animations Library
Android View Animations Library
@Pendrush · 2021-10-08
B4ALibraryDialogs
Dialogs2 library - an update to the original Dialogs library
I wrote the original Dialogs library many moons ago and it has suffered with age owing to the changes made to Android and B4A over the years despite the administrations of several other people. Although modal dialogs are deprecated in general they are still very convenient for use with my BasicIDE on-device development environment which does not implement Wait For, although there is an ugly workaround. Therefore I have taken the Dialogs v4.01 source code and updated it into a new Dialogs2 library. Every dialog, except CustomLayoutDialog now supports both Show and ShowAsync. In past editions of B4A events raised by views on a CustomDialog or CustomDialog2 would run while the dialog was shown modally but over the years Erel has had to change the Msgbox mechanism as Android has (d)evolved and now custom dialogs that relied on events from views on the dialog no longer work as expected. For example in the reworked CustomDialog2 example in the DialogsDemo file the ListView ItemClick no longer works when Show is invoked but is fine with ShowAsync while a Button Click works in both cases.
@agraham · 2021-10-07
B4ALibrarySpeech
SpeechRecognitionNoUI - google speech recognition without popup
With this, you can add speech recognition feature to your application without google speech recognition popup
@Biswajit · 2021-09-26
B4ALibraryList- and scrollview
CLVNested - Allows nesting CLVs
Putting a CLV inside another one will not work out of the box. The inner list will not be scrollable. CLVNested makes it possible. Limitations: - One list per item. - The user will not be able to interact with the inner list views. - Will not work with other extensions that "steal" the touch events such as CLVSwipe.
@Erel · 2021-09-20
B4ALibraryWebView
WebViewAssetLoader - the demo
Questions about webview''s failing to load local resources under sdk30 are starting to pop up occasionally. What it boils down to is google wants you to use the https:// scheme to load local resources into webviews. This is a problem if you don''t run a secure server on the same device as the app.
@drgottjr · 2021-09-09
B4ALibraryTable/Grid
xCLV with Navigation Buttons
A modified xCLV to display navigation button to scroll up or down to bottom.
@mohsyn · 2021-09-05