B4JTutorialBAnano [BANANO]
Calling JavaScript methods with parameters explained [BANano]
Calling JavaScript methods with parameters explained [BANano]
@alwaysbusy · 2021-03-16
B4RTutorialB4R sensor
Using UDP broadcasts for sensor readings
Using UDP broadcasts for sensor readings
@Martin Larsen · 2021-03-15
B4RTutorialComms & Network
ESP32 Mesh example
Use ESP-MESH networking protocol to build a mesh network with the ESP32 and ESP8266 NodeMCU boards.
@KMatle · 2021-03-15
B4JLibraryStrings [CHARSET][B4A/B4J]
UniversalDetector - Encoding [charset] detector [B4A/B4J]
Detect encoding (charset) of any kind of text based file or string.
@Pendrush · 2021-03-14
B4XSnippetMail [NET LIBRARY][B4X]
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
B4ITutorialBluetooth
BLE Chat - Connecting Android and iOS
BLE Chat - Connecting Android and iOS
@Erel · 2021-03-14
B4RLibraryB4R sensor
rMPU9250 library
With this library, you can read Accelerometer, Gyrometer and Magnetometer of MPU9250.
@candide · 2021-03-13
B4ATutorialSMS
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
B4ALibrarySpinner
Beauty Material Spinner - Spinner with more custom
Beauty Material Spinner - Spinner with more custom
@hoiketoan95 · 2021-03-12
B4RTutorialSerial comm/USB
Serial oscilloscope
Serial oscilloscope
@hatzisn · 2021-03-11
B4JLibraryInterop
jNxtReportsB4J
jNxtReportsB4J Library allows B4J programs to handle report files generated by NextReports.
@Philip Chatzigeorgiadis · 2021-03-11
B4XSnippetComms & Network [B4X]
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
B4JSnippetMail [MAILTO:...]
Fx.ShowExternalDocument[mailto:...
Fx.ShowExternalDocument[mailto:...
@RauchG · 2021-03-11
B4XTutorialB4Xpages [DESIGN][B4XPAGE][B4A][B4I]
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
B4RTutorialComms & Network [INLINE C]
ESP32 NOW Example [inline C]
Use ESP-NOW to exchange data between ESP32 boards
@KMatle · 2021-03-10
B4RTutorialHome automation
B4R thermostat with ultrasonic distance sensor
B4R thermostat with ultrasonic distance sensor
@gma · 2021-03-09
B4RClassSerial comm/USB [MODULE]
Serial Oscilloscope [Module]
Serial Oscilloscope [Module]
@hatzisn · 2021-03-08
B4JSnippetDate/time [UP]
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
B4ATutorialGoogle
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
B4XSnippetB4Xpages [B4XPAGES]
DESIGNER LOGIN EXAMPLE - CODE B4X - UX DESIGNER [B4XPAGES]
Login/sign-up example with B4XPages
@Lucas Siqueira · 2021-03-06
B4ASnippetTheme
Light Theme for B4XDialogs
Light Theme for B4XDialogs
@arf programas · 2021-03-05
B4ITutorialB4I
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
B4ALibraryAudio/Video
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
B4JLibraryBAnano [BANANO]
BANanoPeer library for video/audio/chat/screen sharing [BANano]
BANanoPeer library for video/audio/chat/screen sharing [BANano]
@alwaysbusy · 2021-03-04
B4XTutorialB4Xpages [B4X][XUI][B4XPAGES]
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
B4XTutorialB4Xpages [B4X][XUI][B4XPAGES]
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
B4XTutorialB4Xpages [B4X][XUI][B4XPAGES]
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
B4ALibraryCombobox [WITH SOURCE]
Simple Combo box [with source]
Simple Combo box [with source]
@incendio · 2021-03-03
B4JLibraryDatabase
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
B4RTutorialB4R LED
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