B4JSnippetDrawing
Just playing around with Laser Text
A short piece of code to "burn" a text onto a canvas
@Mark Read · 2022-03-31
B4JLibraryBasic
jBasiclib editor
I have been playing with Andrew Grahams excellent jBasiclib and created an editor for an app I have been working on.
@stevel05 · 2022-03-30
B4JLibraryWebView
CodeMirror wrapper and example
A wrapper for the CodeMirror javascript libarary which runs quite happily in a Webview. Current functionality: - Highlighting Mode for B4x (and 100+ other languages) - Minimal wrapper implementation in library, see the attached CodeEditor for an example of a fuller implementation - Implemented the available visual themes
@stevel05 · 2022-03-25
B4JSnippetStrings
Binary code and Gray Code
Didn''t find any Gray Code encoding on the forums, so I leave these two procedures for everyone to use: Number2GrayCode and Number2BinaryCode
@Num3 · 2022-03-25
B4JTutorialABMaterial
ABMaterial - ABMCustomComponent - Quill Rich Text Editor
ABMaterial - ABMCustomComponent - Quill Rich Text Editor
@Harris · 2022-03-23
B4JTutorialABMaterial [ABMATERIAL]
Work Shift Reporting [ABMaterial]
Work Shift Reporting [ABMaterial]
@Harris · 2022-03-21
B4JLibraryDatabase
HikariCP 5.x
This is a wrapper for HikariCP which is a database connection pool manager (https://github.com/brettwooldridge/HikariCP)
@tchart · 2022-03-21
B4JTutorialDatabase [SQLITE STRESS TEST]
Should I use SQLite as my web server database? [SQLite Stress Test]
Should I use SQLite as my web server database? [SQLite Stress Test]
@tchart · 2022-03-20
B4JSnippetExcel
Set Author, Title and Category for Excel
Set Author, Title and Category for Excel
@aeric · 2022-03-20
B4JSnippetBAnano [BANANO]
Execute events when the internet is offline and or online [BANano]
Execute events when the internet is offline and or online [BANano]
@Mashiane · 2022-03-17
B4JLibraryBasic
jBasicLib embedded Basic interpreter library
Nearly six years ago I posted the original B4A version of this library that was in fact a port to Java from the original Basic4ppc .Net C# version that I wrote even earlier. Shortly after that I gave up Android development out of disgust with Google and returned to playing with Basic4ppc and C# under Windows. I now find myself back having to use Android for mobile work and have already posted an updated, polished and reasonably documented version for B4A. I now post here a version that will work with B4J.
@agraham · 2022-03-14
B4JClassIcons / fonts [CLASS]
EmojiesMap - Colorful emojies [class]
The JavaFX text rendering engine doesn''t support glyphs with multiple colors. Emojies are rendered in quite an ugly way. EmojiesMap workarounds this limitation using a large set of images.
@Erel · 2022-03-10
B4JClassSithaso [SITHASOMONGODB]
A jMongo class helper for everything MongoDB CRUD [SithasoMongoDB]
A jMongo class helper for everything MongoDB CRUD [SithasoMongoDB]
@Mashiane · 2022-03-05
B4JSnippetTable/Grid
Export B4XTable to Excel File
Export B4XTable to Excel File
@Brian Michael · 2022-03-04
B4JClassBAnano - database [BANANOMONGODB]
A helper class for everything MongoDB PHP CRUD. [BANanoMongoDB]
A helper class for everything MongoDB PHP CRUD. [BANanoMongoDB]
@Mashiane · 2022-02-28
B4JTutorialBAnano - Vue [BANANOVUETIFYAD3]
Tree-Shaking your BVAD3 project with the BVAD3 Package Manager [BANanoVuetifyAD3]
Tree-Shaking your BVAD3 project with the BVAD3 Package Manager [BANanoVuetifyAD3]
@Mashiane · 2022-02-21
B4JSnippetFile handling
File.Exists on DirAssets
File.Exists on DirAssets
@Star-Dust · 2022-02-21
B4JSnippetFile handling [ON WINDOWS OR LINUX][B4J]
CreateSymbolicLink - code to create a symbolic link [on Windows or Linux] [B4J]
CreateSymbolicLink - code to create a symbolic link [on Windows or Linux] [B4J]
@walt61 · 2022-02-15
B4JTutorialHome automation
Read and graph Thingspeak data
Read and graph Thingspeak data
@Mark Read · 2022-02-13
B4JTutorialBAnano - Vue
Creating a Vuetify PWA without writing JavaScript, CSS or HTML using BANanoVuetifyAD3
Creating a Vuetify PWA without writing JavaScript, CSS or HTML using BANanoVuetifyAD3
@Mashiane · 2022-02-11
B4JSnippetProgress/Gauge/Loading
Simple Progress Bar B4J
Simple Progress Bar
@aeric · 2022-02-10
B4JLibraryOS [WITH BUILT IN B4JPACKAGER]
Windows Registry Access - Add a compiled [with built in B4JPackager] B4J executable to Windows Startup
I needed a way to start an application in windows startup so I created this library. The compiled library is contained in NHRegistry.zip and a sample project with examples on how to use it (also containing the code of the library) is contained in MyRegistry.zip. It requires jShell library and works only with windows not breaking the code in other OSs.
@hatzisn · 2022-02-07
B4JSnippetPane(l)
Splitter with Fixed Pane
The Java splitter has the nasty tendency of resizing both panels when the form or splitter parent is resized. I think it is a better behaviour when we have one fixed panel and one flexible panel, so when you resize the form, one panel keeps its size and only the other one changes. So, here it is. Just four panels with anchors set in the visual designer.
@Heuristx · 2022-02-07
B4JTutorialBAnano [BANANO]
Support for B4Xs ''Wait For'' [BANano]
Support for B4Xs ''Wait For'' [BANano]
@alwaysbusy · 2022-02-01
B4JSnippetDatabase [SUCH AS BIRTHDAYS]
MySQL Negative Dates - Long DateTime [such as Birthdays] problem
MySQL Negative Dates - Long DateTime [such as Birthdays] problem
@Harris · 2022-01-22
B4JSnippetStrings
ISBN Number generator
ISBN Number generator/checker
@jkhazraji · 2022-01-20
B4JTutorialBAnano - Vue [BANANOVUETIFYAD3]
Important Information about Navigation Guards [BANanoVuetifyAD3]
Important Information about Navigation Guards [BANanoVuetifyAD3]
@Mashiane · 2022-01-20
B4JTutorialBAnano - Vue [BANANOVUETIFYAD3]
Improving Perceived Performance on 7.29+ [BANanoVuetifyAD3]
Improving Perceived Performance on 7.29+ [BANanoVuetifyAD3]
@Mashiane · 2022-01-19
B4JTutorialBAnano - Vue [BANANOVUETIFYAD3]
Create, Read, Update & Delete records from a JSON File [BANanoVuetifyAD3]
Create, Read, Update & Delete records from a JSON File [BANanoVuetifyAD3]
@Mashiane · 2022-01-18
B4JSnippetBlockChain
Web3X - Login/Auth with Metamask example
Web3X - Login/Auth with Metamask example
@jtare · 2022-01-15