New WebApp viewer feature (4.00) [ABMaterial]
New WebApp viewer feature (4.00) [ABMaterial]
@alwaysbusy · 2017-10-31
PDF creation (with the help of Android)
- create pdf''s on an Android device - send these to a B4J app and store it (pc, database, send them via mail, etc.)
@KMatle · 2017-10-29
Speed preview in 3.81! [ABMaterial]
Speed preview in 3.81! [ABMaterial]
@alwaysbusy · 2017-10-20
ABMaterial Stats [Pen&Paper]
As part of my ABMaterial explorer tendencies, I delved on working on a dashboard that will give stats about the previous and latest version of ABMaterial. This is based on 3.5 and 3.75 libraries.
@Mashiane · 2017-10-19
Chatroom - Threads, Sessions and Server events [WebApp]
Chatroom - Threads, Sessions and Server events [WebApp]
@Erel · 2017-10-19
3D MeshView
This is a tiny tutorial on how to load a .obj file into a 3d MeshView and display it in B4J.
@Daestrum · 2017-10-10
Secure Your Raspberry Pi Against Attackers [Article]
Secure Your Raspberry Pi Against Attackers [Article]
@fredo · 2017-09-20
Better Delegating the creation of complex components [ABMaterial]
Better Delegating the creation of complex components [ABMaterial]
@Cableguy · 2017-09-15
Star Rating ABMCustomComponent [ABMaterial]
Star Rating ABMCustomComponent [ABMaterial]
@alwaysbusy · 2017-09-14
Create & Run a simple ''Hello ABMaterial'' WebApp [Pen&Paper]
I have been requested to do a simple something on how one can create a simple ABMaterial WebApp using the Pen&Paper code generator. The attached video seeks to demonstrate with a simple ''Hello ABMaterial'' ABMLabel, just how one can just do that.The expectations for anyone to use Pen&Paper is that they know ABMaterial. One needs ABMaterial 3.5 do compile the generated source code.
@Mashiane · 2017-09-10
Installing JavaFX on Raspberry Pi and run GUI apps (Sept 2017)
There has been a few tutorial & posts about this already, but most of them are outdated or buried somewhere. I found an updated tutorial which explains very well the steps for installing and running JavaFX applications on Raspberry pi
@jmon · 2017-08-31
Printing/Reporting with the upcoming version 3.75 [ABMaterial]
Printing/Reporting with the upcoming version 3.75 [ABMaterial]
@alwaysbusy · 2017-08-18
Building web servers with B4J [Server]
Building web servers with B4J [Server]
@Erel · 2017-08-09
Killing forgotten Java processes
If you run a non-ui app in release mode and then close the IDE, then the process will continue running. It is difficult to later kill it with Windows task manager as all the Java processes names are java.exe or javaw.exe. You can use jps, a command line tool included in Java JDK, to find the correct process.
@Erel · 2017-08-08
Google Play Developer API
Google Play Developer API allows you to access your developer account and do all kinds of things. For example get the latest app reviews or check the status of in-app purchases.
@Erel · 2017-07-19
IMPORTANT change for B4J 5.80 [ABMaterial]
IMPORTANT change for B4J 5.80 [ABMaterial]
@alwaysbusy · 2017-07-13
TreeTableView
TreeTableView is a new control added in B4J v5.80. TreeTableView is very similar to TreeView where each item has multiple values instead of a single value. The columns are set with the designer or by calling TreeTableView.SetColumns. Note that unlike TreeView which only works with string items, TreeTableView items can be strings, numbers or nodes.
@Erel · 2017-07-13
Exploring Creative Tim [ABMaterial]
Exploring Creative Tim [ABMaterial]
@Mashiane · 2017-07-08
Related MaterialCSS Experiments [ABMaterial]
Related MaterialCSS Experiments [ABMaterial]
@Mashiane · 2017-07-08
Making an extensible Web Server with jServer
Making an extensible Web Server with jServer
@tchart · 2017-07-07
Implementing LiveHelp for your WebApp [ABMaterial]
Implementing LiveHelp for your WebApp [ABMaterial]
@Mashiane · 2017-06-29
B4J Download and Install
Most updated instructions are available here: http://www.b4x.com/b4j.html
@Erel · 2017-06-28
Creating a simple UD file manager [ABMaterial]
Creating a simple UD file manager [ABMaterial]
@Mashiane · 2017-06-28
Profiling your apps ''live'' with ABMonitor (preview)
A library/tool to profile and monitor your B4J apps (not limited to ABMaterial WebApps!) because I needed something like this for some time for my own projects. Using a very simple API (see below video), you can track how long the code execution time is, the times hit, average time, Standard deviation etc for nearly everything you want.
@alwaysbusy · 2017-06-26
New in 3.50: Drag and Drop about anything [ABMaterial]
New in 3.50: Drag and Drop about anything [ABMaterial]
@alwaysbusy · 2017-06-21
Kanban Reporting CustomComponent [ABMaterial]
Kanban Reporting CustomComponent [ABMaterial]
@Mashiane · 2017-06-13
TableView Tutorial
TableView Tutorial
@Erel · 2017-06-07
Switch to shutdown RPI
Switch to shutdown RPI
@inakigarm · 2017-06-01
2 Tips: Animated Gifs and ListView items size
2 Tips: Animated Gifs and ListView items size
@Erel · 2017-05-30
GoogleMaps - GeoZones [ABMaterial]
ABMaterial includes the GoogleMap object (class - API exposure) to allow us to do some interesting tasks. The basics are now supported but I am sure it will expand in the future. I have implemented these basics to create a very comprehensive system
@Harris · 2017-05-14