jPictureBox [rotate & zoom][B4X]
This is as image and basic movie viewer. it can enlarge or reduce the size of the pictures and movies. It can rotate only pictures to the right or left. You can also make full screen.The Contex menu is available in the menu itself, but you can add your own.
@Tayfur · 2019-02-12
NW.js - Wrapper [BANano]
I want to show how easy it is to create desktop applications (Windows, Linux, MacOS) with BANano and NW.js.
@Kiffi · 2019-02-06
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
ThreeD library (alpha 0.01)
ThreeD library (alpha 0.04)
@MarkusR · 2019-02-03
B4XLoadingIndicator [B4X] [XUI]
This is a custom view that can be used as an alternative to indeterminate progress bars. It is compatible with B4A, B4J and B4i.
@Erel · 2019-02-01
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
PDFViewer
View PDF documents in your app
@DonManfred · 2019-01-31
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
MD_MAX72XX Led-Matrix Library
The library implements functions that allow the MAX72xx to be used for LED matrices (64 individual LEDs), allowing the programmer to use the LED matrix as a pixel device, displaying graphics elements much like any other pixel addressable display.
@Siam · 2019-01-31
b4aPDFViewerLib
b4aPDFViewerLib now we can show pdf in b4a!
@IceFairy333 · 2019-01-31
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
AnotherProgressBar [B4X] [XUI]
A simple, cross platform, indeterminate progress bar. Depends on BitmapCreator v4.50+: https://www.b4x.com/android/forum/threads/b4x-xui2d-box2d-game-engine.95208/ It uses the new BitmapCreator async drawing features.
@Erel · 2019-01-20
DS3234 RTC
A library using the SparkFun library for the DS3234 RTC
@kolbe · 2019-01-18
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
jAWTRobot
This library started out as a simple wrapper for Oracle''s java.awt.Robot package but it evolved out of hand into a library of general utilities. Some of these functions appear to duplicate functionality already present in B4J however this library is designed to be used in both UI apps and non-UI apps. Consequently, B4J functionality that requires the use of a JFX object (fx.showExternalDocument(), for example) is duplicated here but without the use of any objects only found in UI apps. Things you can do with this library: â¢programmatically move the mouse and invoke system MouseButtonPressed events or KeyPressed events and much more â¢access the system clipboard â¢get a variety of general operating system, hardware and JVM info â¢get a variety of JVM, process and system performance info (memory usage, CPU load, etc...) â¢take screen shots of arbitrary rectangles on the system''s screens â¢run arbitrary commands on the command line â¢redirect Standard Error and Standard Out to file â¢open external files or URLs â¢improved Exception-related stuff â¢improved Thread-related stuff â¢restart your app The library is very heavily commented so you need only read them to see what is possible.
@Roycefer · 2019-01-15
IR send and receive
rIRremote (Arduino) is based on IRremote open source project: https://github.com/z3t0/Arduino-IRremote. rIRremoteESP8266 (ESP8266) is based on IRremoteESP8266 open source project: https://github.com/markszabo/IRremoteESP8266. These libraries allow receiving IR signals with a IR receiver module and transmitting signals with an IR led.
@Erel · 2019-01-13
GoogleFitness Client
GoogleFitness Client
@DonManfred · 2019-01-13
esp8266 OTA updater
esp8266 OTA updater
@Siam · 2019-01-13
jAPNS - Send iOS Push Notifications
jAPNS allows you to access Apple''s Token-based Http/2 APNS API in order to send iOS Push Notifications
@JanPRO · 2019-01-12
Google home notify
Google home notify
@Siam · 2019-01-11
YouTube-DL [extract direct urls]
YouTube-DL [extract direct urls]
@moster67 · 2019-01-10
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
IPCamView
An extended ImageView that can stream MJPEG videos.
@DonManfred · 2019-01-06
TimeTools Library with NTP Time
TimeTools Library with NTP Time
@Siam · 2019-01-05
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
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
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
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
Leaflet-Wrapper [BANano]
This is a wrapper that allows you to use the functionality of the JavaScript library Leaflet with B4J in conjunction with BANano.
@Kiffi · 2018-12-13
Enhanced Ethernet library
Based on the Ethetnet2.0 library, multiple Wiznet Ethernet peripherals are supported.
@santook · 2018-12-12