B4ALibraryB4X
B4Xxref: cross-reference your projects with libraries and modules
B4Xxref: cross-reference your projects with libraries and modules
@walt61 · 2019-03-28
B4ALibraryMaths
Calc - Expression evaluation
spcalc is a library for expression evaluation. it supports : string and number operators +, -, *, /, ^, % and & user-defined variables user-defined functions
@spsp · 2019-03-27
B4ALibrarySerial comm/USB
felUsbSerial
An alternative to the UsbSerial2 library
@Erel · 2019-03-26
B4ALibraryTranslation/localisation
Translate
A lightweight translation tool. Include BaiduTrans YoudaoTrans GoogleTrans
@somed3v3loper · 2019-03-24
B4ALibraryPDF
HtmlToPdf
Library that converts an html file (or string) to a pdf file programmatically.
@FabioC6 · 2019-03-22
B4ALibraryB4A
B4AHelp
Viewer for the help content of Basic4android xml library files.
@Agraham · 2019-03-21
B4ALibraryPayment
Paytm
Paytm
@somed3v3loper · 2019-03-18
B4ALibraryB4A
Amir_Fragment
A Fragment is a piece of an activity which enable more modular activity design. It will not be wrong if we say, a fragment is a kind of sub-activity.
@alimanam3386 · 2019-03-16
B4ALibraryB4A
B4A IDEViewer Client Library for B4XIDEViewer
A B4X Tool which can show bitmaps, images and saved pictures from your B4XIDE on your computer. You can also play video and audio files present on your device. You can show and search huge text files, show PDFs, GIF-images and more….
@moster67 · 2019-03-13
B4ALibraryAudio/Video
VitamioB4A - a B4A-wrapper of the vitamio-plugin (advanced videoview-library)
VitamioB4A - a B4A-wrapper of the vitamio-plugin (advanced videoview-library)
@moster67 · 2019-03-07
B4ALibraryViews - additional
SegmentedBarView
Custom UI control for android which is showing data as a segments and a value inside them.
@DonManfred · 2019-02-27
B4ALibrarySMS
SMS retriever API
Starting from Android 6 there is an Api from Google which can Listen for a Incoming SMS for you. But you do not need any Permission for this. The SMS ends up in the Devices standard SMS App but your app can do an Phoneauthentification using an SMS from your Server.
@DonManfred · 2019-02-05
B4ALibraryDrawing
ThreeD library (alpha 0.01)
ThreeD library (alpha 0.04)
@MarkusR · 2019-02-03
B4ALibraryAction Bar, Drawer, etc
B4XDrawer with right panel
In the sample you find a modified version of B4XDrawer library. I added a right panel.
@Paolo Trevisiol · 2019-02-01
B4ALibraryPDF
b4aPDFViewerLib
b4aPDFViewerLib now we can show pdf in b4a!
@IceFairy333 · 2019-01-31
B4ALibraryPDF
PDF-View
Android PDFView is a library which provides a fast PDFView component for Android, with animations , gestures , and zoom . It''s based on VuDroid for decoding the PDF file.
@DonManfred · 2019-01-31
B4ALibraryPDF
PDFViewer
View PDF documents in your app
@DonManfred · 2019-01-31
B4ALibraryInterop
Microsoft VSTS integration.
If you need to incorporate your solutions into a Microsoft VSTS CI pipeline, then this extension I''ve created will help you integrate your builds. It''s completely free and enhances Anywhere Software to get accepted into the DevOps culture. https://marketplace.visualstudio.com/items?itemName=Ray-Lomax.build-task
@rayofcumbria · 2019-01-27
B4ALibraryB4A
BalConverter - Convert the layouts files to JSON (and vice versa)
BalConverter - Convert the layouts files to JSON (and vice versa)
@Erel · 2019-01-17
B4ALibraryTranslation/localisation
libary for STARDICT dictionary
STARDICT dictionary also can used for store other information. it is very quickly,and can maneger big data by very less memery. i have write a libary for STARDICT dictionary,they have lots of dictionary database.here is site:http://www.libredict.org/en/ you can google STARDICT dictionary
@hears · 2019-01-16
B4ALibraryGoogle
GoogleFitness Client
GoogleFitness Client
@DonManfred · 2019-01-13
B4ALibraryYouTube [EXTRACT DIRECT URLS]
YouTube-DL [extract direct urls]
YouTube-DL [extract direct urls]
@moster67 · 2019-01-10
B4ALibraryMenu
SlidingMenuWrapper
This is a wrapper for jfeinstein10 SlidingMenu open source project. This is a popular implementation of sliding menus. Note that you can add any layout you like in each of the side menus.
@Erel · 2019-01-08
B4ALibraryAudio/Video
IPCamView
An extended ImageView that can stream MJPEG videos.
@DonManfred · 2019-01-06
B4ALibraryFirebase
Firebase Realtimedatabase
This is is a wrap for the Firebase RealtimeDatabase. Please note that this version is not known as stable but - for me - it seems to be working like i expect it I don´t know if everything works but so far i tested it today it works :D Please note that the wrap for the Query object is NOT finished. Also others may be incomplete... To prepare you app you need to use B4A 6+ and you need to follow the Firebase integration and download the json from the firebaseonsole! If you have successfully connected your appwith firebase the library will know the Database used. What you need to do is to get a reference to a specific tree in the database-tree
@DonManfred · 2019-01-04
B4ALibraryClock
Clock-View
Full options Clock view. You are now able to create and design your own clock view with changing just attributes. Over 20 attributes are available.
@Johan Schoeman · 2019-01-01
B4ALibraryLogging/Exceptions [USING GOOGLE ROOM DATABASE]
ExternalLogger [using Google Room Database]
External logger library for android applications. You can save logs in any component in your app (Activity, Service, Fragment). The data will be stored in memory even after exiting the application or turning off the device. You can access the information at any time, export the data to an email, to a text file or to a server. The data can be accessed by the tag filter, text, or log creation time. The data will be deleted by a function under your control.
@DonManfred · 2018-12-30
B4ALibraryInterop
GPIO and UART
I have been working on a project for some time where hardware plays a key role - UART and GPIO. In this particular case, I have to manage 4 RS232 ports and 12 GPIO''s. For the GPIO''s I developed a library. For UART communication I have used the SerialLibJab library with AsyncStreams from RandomAccessFile library. The SerialLibJab library works fine but the targetSdkVersion is limited to 19 and this annoyed me because the tablets I use have android 7.1.1 (API level 25) - so I decided to re-write this library and share the project.
@Rui Cardoso · 2018-12-26
B4ALibraryEditText/Textview/TextArea/TextField
Edittext Cursor Color
There weren''t any simple way to change EditText cursor color programmatically, so here it is. Should work with API level 15 and newer.
@npsonic · 2018-12-09
B4ALibraryImages
Resize and crop image
This is a new version from these threads. https://www.b4x.com/android/forum/threads/resize-and-crop.19550/#content and this one. https://www.b4x.com/android/forum/threads/resize-and-crop-square-image.94949/ It handles images with any width/height ratio in both orientations.
@klaus · 2018-12-05