Let''s please build a Community Project [BANanoReact]
Let''s please build a Community Project [BANanoReact]
@Mashiane · 2020-02-17
jMQTT - Official Android MQTT client
jMQTT - Official Android MQTT client
@Erel · 2020-02-17
Resumable Subs (wait for / sleep) in server handlers
Resumable subs can only work when there is a message queue. By default, server handlers end when the Handle sub is completed. They do not create a message loop. If you want to wait for an event then you need to call StartMessageLoop and later StopMessageLoop. Example of handler that downloads a page and returns it as the response.
@Erel · 2020-02-16
Audio Input device detector
I have been searching for the last 3 days for a quick code to get a list of Audio Input devices (Microphones) on the system and display it in a Combo-box. Finally, have managed to put together a small example to do this, using In-line Java.
@IndieDev · 2020-02-15
A simple XUI app transfer from B4A to B4J in under 11 minutes
Here is a quick video to show how simple it can be to transfer your B4A projects to B4J when using XUI
@Peter Simpson · 2020-02-14
USB Cable Connection fo Xiaomi Cell phone
For anyone who has problems connecting b4a to Xiaomi mobile phones, I make the link available where I found the Google usb driver to connect xiaomi mobile phones to b4a via usb. Download the adb-setup-1.4.3.exe file, run it, the drivers will be installed (Press ''Y''+ Enter, ''Y'' +Enter, ''Y'' + Enter).
@giacomo-italy · 2020-02-13
ImageView Fill [cover] & Fit-Inside [contain] (B4I)
ImageView Fill [cover] & Fit-Inside [contain]
@Brandsum · 2020-02-12
ImageView Fill [cover] & Fit-Inside [contain] (B4A)
ImageView Fill [cover] & Fit-Inside [contain]
@Brandsum · 2020-02-12
Spatialite
A geo-spatial capable database, enabling fast and efficient storage and retrieval of geo-spatial data types.
@warwound · 2020-02-06
Haptic Touch
Generate Haptic Touch feedback (vibration)
@Mike1970 · 2020-02-05
ESP8266 - Getting Started
B4R v1.20 added support for ESP8266 modules. ESP8266 is a great module for IoT solutions. For a few dollars you get a powerful microcontroller with built-in support for wifi.
@Erel · 2020-02-04
Check your app presence on Google Play
Your app has been removed on Google Play. Sample code for those who have previously installed the application not to use it again.
@Almora · 2020-02-04
A flag match game with source code for new B4A [B4X] developers
A flag match game with source code for new B4A [B4X] developers
@Peter Simpson · 2020-02-03
Resize Bitmap with a maximum Byte limit
Sometimes the images we use in our Apps are overly large. In some cases, images are entered by the user and therefore we do not know the size. And to manage them we need them to fall within a certain Byte limit. How to reduce them within the limit? Here is a code that allows you to redimension the images while maintaining the proportion and returning within the Byte mitie that serves us
@Star-Dust · 2020-02-01
ADXL345 Triple Axis Accelerometer Library
Sparkfun''s I2C/SPI Arduino Library for ADXL345. Using this Arduino Library, you have the option of using either SPI or I2C to communicate with the ADXL345. It is fairly reasonable to use and straight forward. You will also be able to calibrate the ADXL345 whenever necessary as shown in the example.
@Johan Schoeman · 2020-02-01
SNTP class [B4X]
This class sends a request to a SNTP server (time server) and finds the offset between the local clock and the remote clock.
@Erel · 2020-01-30
Installing Basic4android and Android SDK
Installing Basic4android and Android SDK
@Erel · 2020-01-30
Dragula, drag & drop made easy [BANano Library]
This is a wrap of the Dragula js library (https://github.com/bevacqua/dragula) which makes it very easy to add drag & drop to almost everyone element.
@alwaysbusy · 2020-01-29
CoolLogo [B4X]
A cross platform custom view based on XUI and BitmapCreator. It draws a moving line over the non-transparent parts of the image.
@Erel · 2020-01-27
MediaProjectionScreenshot library
Make a screenshot of Android APi21+ system (or multiple screenshots) of the real device screen size (without black borders), it includes the virtual buttons block. The source code is published also under LGPL license: please, upload any updated lib version and its source code to this forum, if you downloaded it and updated.
@peacemaker · 2020-01-26
Reading Date, Time, and Temperature from a DS3231 RTC module [I2C] using any 2 digital configured pins from and Arduino
Cracked it - can connect the DS3231 to any 2 digital pins of my Nano and read the date, time, and temperature by making use of the B4A core library only. All control of the SDA (data) and SCL (clock) lines are hard coded. So, don''t have to connect it to the traditional I2C pins and don''t have to use a SD3231 or the Wire library.
@Johan Schoeman · 2020-01-23
MaskedEditText
This EditText fixes a few issues with the standard EditText and adds new features: - Filter: you can transform any input before the text is changed; - Mask: you can define an input mask; - Read-only: you can protect your EditText against changes; - Error popup: you can display a message in a popup to warn the user
@Informatix · 2020-01-23
Exit application
Exit application
@Recep Cinet · 2020-01-21
Setting Date and Time of a DS3231 RTC module [I2C] using any 2 digital configured pins from and Arduino
The attached project implements the I2C communication protocol to set the Date and Time of a DS3231 RTC module. The protocol is hard coded (i.e no library) and you can therefore use any 2 digital pins of an Arduino Uno/Nano/etc to connect to the SDA and SCL pins of the DS3231.
@Johan Schoeman · 2020-01-18
B4X Projects Launcher for creating new projects
B4X Projects Launcher for creating new projects
@mcqueccu · 2020-01-18
LoadBitmapResize conundrum
LoadBitmapResize conundrum
@drgottjr · 2020-01-17
vlcb4a
A B4A wrapper of VLC player
@Moster67 · 2020-01-14
List of local IP addresses
Easy way to list all local IP addresses
@npsonic · 2020-01-13
Library Check Signature
This is simple library to check signature APK.
@MarcoRome · 2020-01-13
iTopNotifications - Sliding notifications
This is a wrapper for LNRSimpleNotifications. It implements nice sliding notifications that slide from the top or bottom. The user can click on the notification to dismiss it or wait for the set duration.
@Erel · 2020-01-13