Calling JavaScript methods with parameters explained [BANano]
Calling JavaScript methods with parameters explained [BANano]
@alwaysbusy · 2021-03-16
Using UDP broadcasts for sensor readings
Using UDP broadcasts for sensor readings
@Martin Larsen · 2021-03-15
ESP32 Mesh example
Use ESP-MESH networking protocol to build a mesh network with the ESP32 and ESP8266 NodeMCU boards.
@KMatle · 2021-03-15
UniversalDetector - Encoding [charset] detector [B4A/B4J]
Detect encoding (charset) of any kind of text based file or string.
@Pendrush · 2021-03-14
Solving encoding issues with html mails sent with SMTP [Net library] [B4X]
Encoding the html text with base64 avoids encoding issues, especially with MS Outlook. This code is compatible with B4A and B4J.
@Erel · 2021-03-14
BLE Chat - Connecting Android and iOS
BLE Chat - Connecting Android and iOS
@Erel · 2021-03-14
rMPU9250 library
With this library, you can read Accelerometer, Gyrometer and Magnetometer of MPU9250.
@candide · 2021-03-13
Free Automatic pick & choose SMS Blocker or Automatic and immediately respond to sms
The app Is designed to run in background.. You enter a phone number for a SMS, and it will send a message immediately back to that sms when a text is received... NOW it does not actually block the sms.. but in my case it sends a text saying it did.
@DonWarr · 2021-03-13
Beauty Material Spinner - Spinner with more custom
Beauty Material Spinner - Spinner with more custom
@hoiketoan95 · 2021-03-12
Serial oscilloscope
Serial oscilloscope
@hatzisn · 2021-03-11
jNxtReportsB4J
jNxtReportsB4J Library allows B4J programs to handle report files generated by NextReports.
@Philip Chatzigeorgiadis · 2021-03-11
InputStream - Skip N Bytes [B4X]
This sub will skip N bytes from the stream. Usage example: you have an InputStream and you don''t want the first 100 bytes.
@Erel · 2021-03-11
Fx.ShowExternalDocument[mailto:...
Fx.ShowExternalDocument[mailto:...
@RauchG · 2021-03-11
Login Page UI Example [Design] [B4XPage] [B4A] [B4i]
Login page UI example. This is my first design I shared and I will distribute every design I made for free.
@Ertan · 2021-03-10
ESP32 NOW Example [inline C]
Use ESP-NOW to exchange data between ESP32 boards
@KMatle · 2021-03-10
B4R thermostat with ultrasonic distance sensor
B4R thermostat with ultrasonic distance sensor
@gma · 2021-03-09
Serial Oscilloscope [Module]
Serial Oscilloscope [Module]
@hatzisn · 2021-03-08
Round [Up] Time - Nearest minute, 5 minutes, 15 minutes etc
A quick snippet to round time up. I needed this for a time base chart to avoid having irregular start/end times on the chart. So now I can show (for example) the last hour and it will be to a whole minute etc.
@tchart · 2021-03-07
Google Play App Signing
Google Play App Signing service allows developers to let Google store the app signing key for them. Developers need to use a different key, the upload key, to sign the app before release. The advantage of this service is that with the help of Google support you can generate a new upload key in case the previous one was lost. Without this service it is not possible to update an app if you lost its signing key.
@Erel · 2021-03-07
DESIGNER LOGIN EXAMPLE - CODE B4X - UX DESIGNER [B4XPAGES]
Login/sign-up example with B4XPages
@Lucas Siqueira · 2021-03-06
Light Theme for B4XDialogs
Light Theme for B4XDialogs
@arf programas · 2021-03-05
Use Face ID Touch ID and Passcode
This is a short tutorial/code snippet on how to successfully implement Touch ID in your app.
@Alexander Stolte · 2021-03-04
MobileFFmpeg
This is a small class that shows how to call from B4A the FFMPEG wrapper created by Taner Sener: https://github.com/tanersener/mobile-ffmpeg.
@CaptKronos · 2021-03-04
BANanoPeer library for video/audio/chat/screen sharing [BANano]
BANanoPeer library for video/audio/chat/screen sharing [BANano]
@alwaysbusy · 2021-03-04
B4J recreating Google Trends results with xCharts - Newer developers [B4X] [XUI] [B4XPages]
B4J recreating Google Trends results with xCharts - Newer developers [B4X] [XUI] [B4XPages]
@Peter Simpson · 2021-03-04
B4i recreating Google Trends results with xCharts - Newer developers [B4X] [XUI] [B4XPages]
B4i recreating Google Trends results with xCharts - Newer developers [B4X] [XUI] [B4XPages]
@Peter Simpson · 2021-03-04
B4A recreating Google Trends results with xCharts - Newer developers [B4X] [XUI] [B4XPages]
B4A recreating Google Trends results with xCharts - Newer developers [B4X] [XUI] [B4XPages]
@Peter Simpson · 2021-03-04
Simple Combo box [with source]
Simple Combo box [with source]
@incendio · 2021-03-03
Heavily modified jRDC2 testing server code dump
This is the source code dump of a heavily modified jRDC2 server used for testing different databases, different connection pools, JDBC driver properties, etc. This server should not be used in production environments! This server is based on jRDC2 2.21 (yeah a little old) and may contain additional bugs (SQLite closing when using /test URL is one of them).
@OliverA · 2021-03-03
SSD1306 Progress Bars
Based on SSD1306 module, we can implement horizontal and vertical progress bars. These bars could be drawn at X1-Y1 to X2-Y2 like drawing rectangles, also we need to pass the full scale value(max value) and the recent value. this code example draws horizontal progress bar at 0-15 to 100-22 with full scale value of 100, and displays value of 78. The vertical progress bar works the same as horizontal one, but it displays the values vertically. HBAR and VBAR modules included in SSD1306 update link above.
@Mostez · 2021-03-02