B4JSnippetComms & Network
Additional jServer (web server) Setting Snippets
Just thought it would be good to keep additional jServer/Jetty/Web Server settings in one place.
@tchart · 2016-11-02
B4JLibraryAnimation
Transitions and Animations
This is a wrapper for the transitions of JavaFX.
@jmon · 2016-10-31
B4JSnippetTooltip
Add a ToolTip to an ImageView
Add a ToolTip to an ImageView
@rwblinn · 2016-10-27
B4JSnippetRegEx
Password validation using RegEx
Tests given password against the given rules
@mindful · 2016-10-26
B4JSnippetRegEx
Email validation using RegEx
This regex example uses all the characters permitted by RFC 5322, which governs the email message format.
@mindful · 2016-10-26
B4JTutorialABMaterial [ABMATERIAL]
Add root filter to redirect visitors to site entry page [ABMaterial]
Add "root filter” to redirect visitors to site entry page [ABMaterial]
@stanmiller · 2016-10-21
B4JLibraryFirebase
FirebaseRealtimeDatabase4J
This is is "maybe working" wrap for the Firebase RealtimeDatabase.
@DonManfred · 2016-10-19
B4JTutorialABMaterial [ABMATERIAL]
Version 2.0 ABMParallax [ABMaterial]
Version 2.0 ABMParallax [ABMaterial]
@Harris · 2016-10-14
B4JLibraryGame
jLibGDXemulator
The easiest way to port your B4A LibGDX games to B4J
@wonder · 2016-10-13
B4JSnippetABMaterial [ABMATERIAL]
new in 2.00: multiple sidebars [ABMaterial]
new in 2.00: multiple sidebars [ABMaterial]
@alwaysbusy · 2016-10-12
B4JSnippetGame
Tower of Hanoi (with solution)
Tower of Hanoi (with solution)
@BeneBarros · 2016-10-10
B4JTutorialComms & Network
Tutorial - Run B4J webserver on VPS
Tutorial - Run B4J webserver on VPS
@shashkiranr · 2016-10-09
B4JSnippetComms & Network
external Ip
Some ISPs dont supply fixed Ip adresses. It will change mostly every day. For remote controlling you can use DynDns or NoIp. But a adding a little code will provide you (via mail for example) the current Ip adress
@MbedAndroid · 2016-10-07
B4JTutorialABMaterial [ABMATERIAL]
events trigger [ABMaterial]
events trigger [ABMaterial]
@jayel · 2016-10-06
B4JTutorialABMaterial [ABMATERIAL]
My take on the Grid [ABMaterial]
My take on the Grid [ABMaterial]
@Mashiane · 2016-10-03
B4JTutorialABMaterial [ABMATERIAL]
Calling MySQL PHP scripts with OkHttp [ABMaterial]
Calling MySQL PHP scripts with OkHttp [ABMaterial]
@Mashiane · 2016-09-29
B4JTutorialABMaterial
MyMaterial.Show with Source Code Preview
MyMaterial.Show with Source Code Preview
@Mashiane · 2016-09-16
B4JSnippetSMS
SMS cost of the tariff plan of the smartphone with mysms API
SMS cost of the tariff plan of the smartphone with mysms API
@FabioRome · 2016-09-14
B4JTutorialJava
Java Security
Java Security
@Erel · 2016-09-12
B4JSnippetABMaterial [ABMATERIAL]
New component ABMChronologyList (2.00) [ABMaterial]
The ABMChronologyList is a vertical timeline component. Useful to give an overview of a limited period. It is device aware so e.g. on a phone, all items will be one under each other.
@alwaysbusy · 2016-09-05
B4JLibraryCalendar
jCalendar
This is a wrapper for the GregorianCalendar and TimeZone classes, with its Java source code.
@Informatix · 2016-08-29
B4JTutorialPDF
Generate Word document and save as PDF from B4J via VBS-script
Generate Word document and save as PDF from B4J via VBS-script
@KMatle · 2016-08-29
B4JTutorialInterop
Execute Windows VBS-Scripts from B4J
Execute Windows VBS-Scripts from B4J
@KMatle · 2016-08-29
B4JSnippetDate/time
DateTime minus milliseconds
DateTime minus milliseconds
@tchart · 2016-08-29
B4JLibraryStrings
90+ String Manipulation Methods
This is a partial wrap of the Apache StringUtils library. Which is part of the Apache Commons components. Since there is already a StringUtils library in B4J I have called it ApacheSU and the library JAR is ApacheStringUtilsB4J.
@keirS · 2016-08-28
B4JSnippetColour
HTMLEditor add B4J ColorPicker View to Top-Toolbar
Example of adding the B4J ColorPicker View to the Top-Toolbar of the HTML Editor View.
@rwblinn · 2016-08-27
B4JClasshtml
Basic To Html
I just recently began building a web with B4J and everything was OK until i found that if i wanted to create 4 pages that were almost identical (for example: same header, menu, etc.) i would need to mantain 4 different html files, without the possibility to merge them gracefully enough to still have some differences in them. So i created this small class called tag that let me create webpages programmatically or better said, .html files with some nice features. To use it just declare it and add attributes, another tags, some inner text, and thats all!
@Enrique Gonzalez R · 2016-08-26
B4JSnippetDatabase
Pagination with dbutils
Pagination with dbutils
@icefairy333 · 2016-08-24
B4JTutorialB4J
Multiple entry jar
You can put more than one java application in a single jar, but still be able to run them as individual applications.The main advantage is the space it takes up.
@Daestrum · 2016-08-24
B4JSnippetOther
GetScreenPosition
This snippet gives you the screen position of a node in your application. Useful when you have a pop-up that needs to be aligned to a control, like a tooltip for example.
@jmon · 2016-08-20