B4ATutorialIRC / IM [NOVACHAT]
Full Chat [NovaChat]
Full Chat [NovaChat]
@Serge Nova · 2021-09-16
B4ISnippetImages [CUSTOM VIEW]
Zoomable ImageView [custom view]
Zoomable ImageView [custom view]
@Semen Matusovskiy · 2021-09-14
B4JLibraryB4J [B4A][XUI]
SD: XUI_DragView [B4A] [XUI]
This library handles drag and drop of XUI views. It is a simple library with few methods but it only serves to drag the space already indicated.
@Star-Dust · 2021-09-14
B4JSnippetDatabase
PostgreSQL - fetch size when selecting from a large table
PostgreSQL - fetch size when selecting from a large table
@Erel · 2021-09-14
B4XSnippetTheme [B4X]
Light theme B4XDateTemplate [B4X]
Example of customizing B4XDialog and B4XDateTemplate.
@Erel · 2021-09-13
B4XClassCharts [B4X][XUI]
xGraph Class and b4xlib [B4X] [XUI]
The xGraph Class and B4XLib allows graphic analysis of signals. The graph holds a given number of curves (10 by default) with a given number of samples (10000 by default) these values can be defined in the Designer. All curves have the same number of samples with the same X signal.
@klaus · 2021-09-12
B4XLibraryB4X [B4X][B4XLIB]
B4XExecCondLM [B4X] [B4XLib]
Call a sub from a list using variable parameters/conditions
@LucaMs · 2021-09-12
B4ALibraryWebView
WebViewAssetLoader - the demo
Questions about webview''s failing to load local resources under sdk30 are starting to pop up occasionally. What it boils down to is google wants you to use the https:// scheme to load local resources into webviews. This is a problem if you don''t run a secure server on the same device as the app.
@drgottjr · 2021-09-09
B4ISnippetButton
Barbutton events
Barbutton events
@bobbruns · 2021-09-08
B4ATutorialAudio/Video
Get resolution of video from file
Get resolution of video from file
@Paolodc · 2021-09-07
B4XTutorialLinux [B4X]
Using/running B4A and/or B4J on 64 bit Linux Mint 20.2 Cinnamon with 64 bit Wine [B4X]
Using/running B4A and/or B4J on 64 bit Linux Mint 20.2 Cinnamon with 64 bit Wine [B4X]
@walt61 · 2021-09-06
B4JLibraryB4J [EXTRACTED FROM JSERVER]
ABBackgroundWorkers [extracted from jServer]
This library is just an extraction of the Background Worker functionality in the jServer library. I needed this functionality but did not want to include the whole Jetty part.
@alwaysbusy · 2021-09-06
B4ALibraryTable/Grid
xCLV with Navigation Buttons
A modified xCLV to display navigation button to scroll up or down to bottom.
@mohsyn · 2021-09-05
B4XSnippetImages [B4X]
Use WebView to show large images [B4X]
Use WebView to show large images [B4X]
@Erel · 2021-09-04
B4AClassImages
Professional picture downloader
Professional picture downloader
@darabon · 2021-09-02
B4JTutorialAI/ML [NLP]
Sentiment analysis [NLP]
The "sentiment" feature in the example project, uses NLP document categorizer feature to find whether the text is negative or positive.
@Erel · 2021-09-01
B4JTutorialAI/ML [NLP]
Library or Question [NLP]
In this tutorial we will try to detect whether the text belongs to a question thread or a library thread.
@Erel · 2021-09-01
B4ASnippetImages
A Simple Way to Diplay Gif Images
A Simple Way to Diplay Gif Images (in a WebView)
@kattah · 2021-09-01
B4JSnippetHome automation
French smartmeter Linky
French smartmeter Linky
@MbedAndroid · 2021-08-31
B4JLibraryAI/ML [NLP]
OpenNLP - Text analysis [NLP]
OpenNLP - Text analysis [NLP]
@Erel · 2021-08-30
B4ALibraryLabel
LEDLabel 1.01
This allows you to make a label with tiny indicator on left which can be turned on or off (with any choice of color)
@mohsyn · 2021-08-30
B4ASnippetB4A
Start AndroidStudio Emulator from B4A
Since the B4A integrated AVD Manager doesnt work for me , im using the Emulator of the Android Studio. To avoid opening the AS IDE everytime, im using the B4A Comment links to start the emulator directly.
@Blueforcer · 2021-08-26
B4ITutorialInterop
Share data from your app with ActivityViewController
ActivityViewController allows the user to share data from your app using the standard share dialog. It was added in iPhone library v2.00.
@Erel · 2021-08-26
B4JLibraryDatabase [2021.08.25]
New sqlite-jdbc version 3.36.0.2 [2021.08.25]
New sqlite-jdbc version 3.36.0.2 [2021.08.25]
@Claudio Oliveira · 2021-08-26
B4XSnippetHome automation
Garage Door Opener (with source code)
Attached a B4A and a B4R app. You will need an ESP8266 and a remote. The ESP8266 sends a FCM message to the B4A app when someone rings the bell. From the B4A app, you can send a mqtt message to the ESP to close the contacts of a remote to open a garage door. You can send the mqtt message from the app or from a widget.
@josejad · 2021-08-26
B4JTutorialB4J [EXAMPLE]
Using the Within Class Full Access Feature [Example]
Using the Within Class Full Access Feature [Example]
@William Lancee · 2021-08-25
B4XClassDatabase [B4X][CLASS]
RecordSet: A class that extends the functionality of lists of same length arrays [B4X] [class]
A recordset is a data structure that consists of a collection of database records. The RecordSet Class (Standard) adds the following functions to standard recordsets, without the use of a database such as MySQL or SQLite: 1. Named fields or alternatively loading external .csv/.txt files with field headers 2. Auto-detection of field type (numeric, categorical, or date) 3. Full indexing - all values in all fields are indexed (surprisingly, this works for recordsets up to 50000 records or more, depending on number of fields) 4. Sorting (Up/Down, Numeric/Categorical/ Date) (The indexing function uses B4XOrderedMaps, which are sorted during initialization, and after changes) 5. Searching 6. Filtering to subsets 7. Inserting, Deleting, Replacing records 8. Cloning 9. Data Summaries (descriptive statistics of any field (whether numeric, categorical, or date)
@William Lancee · 2021-08-25
B4ALibraryEditText/Textview/TextArea/TextField [B4A][B4I][XUI]
MetroUI_TextView [B4A] [B4i] [XUI]
We have made our first special component and put it into use. We Have No Expectations. If you want, you can take the codes with winrar and open B4Xlib codes, edit and duplicate them. Because Sharing is Good.
@Ertan · 2021-08-25
B4JSnippetDatabase
jtds jdbc driver with standalone package
jtds jdbc driver with standalone package
@Erel · 2021-08-25
B4ATutorialFTP
Android FTP tutorial
Android FTP tutorial
@Erel · 2021-08-25