extended editText view
extended editText view
@Guenter Becker · 2022-03-02
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
Firebase Email/Password authentication
Wrap to integrate firebase auth email/password authentication.
@Enrico Fuoti · 2022-02-25
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
ShThumbUpButton [Wrapped]
A nice thumbs up control
@Salar82 · 2022-02-06
Play RTSP easily
Play RTSP easily
@darabon · 2022-02-02
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
AdColony Library
AdColony Library
@Pendrush · 2022-01-13
Firebase RemoteConfig [NEW]
This is a wrapper of the Firebase RemoteConfig library for B4A.
@Biswajit · 2022-01-12
PreoptimizedCLV - Lazy loading extension for xCustomListView
This is a cross platform class that extends xCustomListView and makes it "lazier".
@Erel · 2022-01-04
BigNumbers
Arbitrary length decimal and integer calculations for financial and other applications requiring absolute accuracy
@Agraham · 2021-12-28
Webp - new options
This is an update to @Pendrush''s image conversion library.
@drgottjr · 2021-12-15
My Head[er] Hurts
Detect the method that was used to carry out the compression
@drgottjr · 2021-12-11
Google Play Games Services [New]
This is a complete wrapper of the latest Google Play Games Services (v17.2.1)
@Biswajit · 2021-11-29
Financial Functions
Financial Functions
@Col · 2021-11-28
ZXingLib enhanced
Enhanced version of ZXingLib
@Johan Schoeman · 2021-11-25
CovidPass - the reader
Decodes a Covid pass QR code
@drgottjr · 2021-11-10
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
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
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
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
FlowMenu - Sleek Animated Menu [B4A]
FlowMenu - Sleek Animated Menu [B4A]
@mohsyn · 2021-10-22
Facebook Audience Network Library
Facebook Audience Network Library
@Pendrush · 2021-10-14
ImageDownloader Service
Simple way to efficiently download multiple images
@Erel · 2021-10-10
Android View Animations Library
Android View Animations Library
@Pendrush · 2021-10-08
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
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
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
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
xCLV with Navigation Buttons
A modified xCLV to display navigation button to scroll up or down to bottom.
@mohsyn · 2021-09-05