Text Along Any Curve [B4X]
Text Along Any Curve [B4X]
@William Lancee · 2022-02-21
Cloning Class Instances, Semi-Automatic Self-Replication, and a Trick [B4X]
Cloning Class Instances, Semi-Automatic Self-Replication, and a Trick [B4X]
@William Lancee · 2022-02-20
Using CustomBuildAction with WinRAR
We can use #CustomBuildAction to archive some files and folders into a ZIP or RAR file (if you have WinRAR installed).
@aeric · 2022-01-25
Read&Think: A word puzzle game
Read&Think: A word puzzle game
@kimstudio · 2022-01-15
XUI Views Example [B4X] [B4XPages]
This is only an update to the original example from Erel.
@asales · 2022-01-10
Two great tools for testing webapps and webhooks
I have found two great tools that can be used for testing webapps and webhooks. The first is called ngrok. What it does is that it creates a tunel to your web app and makes it accessible from the internet through https without port forwarding. It acts as a kind of reverse vpn but for https access only. The second and also very interesting tool is beeceptor. It is a webhook receiver and post api receiver in order to check what various services will post to your webapp and create the receiving code correctly.
@hatzisn · 2021-11-27
B4XCache - simple and useful cache collection [B4X]
B4XCache is a new collection added in B4XCollections v1.10. It is key / value store collection, similar to Map. When the cache reaches the set maximum size, the least recent used items are removed (30% of the items). The item recency is updated when it is added to the cache and whenever it is accessed, using Cache.Get.
@Erel · 2021-11-24
MQTT - Connect & Reconnect [B4X]
The ConnectAndReconnect sub takes care of connecting to the broker and reconnecting if the connection has broken. It sends a "ping" request every 5 seconds to help the MQTT client recognize network failures. It is a nice example of how Wait For and Sleep can help to manage the network state which is completely asynchronous. The ConnectAndReconnect sub will keep running until you set the working variable to False.
@Erel · 2021-09-27
B4XPages + B4XDrawer [B4X]
B4XPages + B4XDrawer [B4X]
@Erel · 2021-09-19
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
Save the pages size and position [B4XPages]
Save the pages size and position [B4XPages]
@Erel · 2021-08-22
Menu badges [B4X]
This is a B4i + B4A example. It adds a dynamic badge to the menu icon. It also shows how to update menu items at runtime.
@Erel · 2021-08-10
JSON generator examples - Newer developers [B4X]
JSON generator examples - Newer developers [B4X]
@Peter Simpson · 2021-07-28
Barcode Reader [B4X] [B4XPages]
Barcode Reader [B4X] [B4XPages]
@Erel · 2021-07-12
Builder command line script [B4X]
Attached are txt files that are really windows .bat files. These are to help with building multiple libraries. If you are building a large project with multiple libraries it can get hard to manage the compilation of everything. The command line builders are your friend in such cases.
@Chris Lee · 2021-06-25
SQL + xCLV Example [B4X] [B4XPages]
SQL + xCLV Example [B4X] [B4XPages]
@Erel · 2021-06-23
LDtk - a modern and open-source 2D level editor, specifically designed for indie devs
LDtk - a modern and open-source 2D level editor, specifically designed for indie devs
@Sandman · 2021-06-22
Proxy Server Socks 4 [B4X]
Proxy Server Socks 4 [B4X]
@Star-Dust · 2021-06-16
Parallax Background [XUI2D]
Parallax Background [XUI2D]
@Erel · 2021-06-14
Flickr Stream - Cross platform stream of photos [B4X]
Example of showing online images, which are downloaded from flickr as the user scrolls the list. The list is smooth and works very nice (in release mode).
@Erel · 2021-06-11
Breakout example [XUI2D]
Breakout example [XUI2D]
@Erel · 2021-06-06
Touchy example - X2Multitouch [XUI2D]
X2Multitouch simplifies the handling of fingers touches and keyboard.
@Erel · 2021-06-03
Native Ads with MediaView - FirebaseAdmob2 and Mobile Ads SDK v20 [B4XPages]
Native Ads with MediaView - FirebaseAdmob2 and Mobile Ads SDK v20 [B4XPages]
@asales · 2021-05-30
CustomListView + Keyboard handling [B4X] [B4XPages]
This is a B4A + B4i project that shows a possible method for handling the keyboard visibility changes.
@Erel · 2021-05-26
Updated B4R-AES256 example [compatible with B4x, php and all other platforms]
Updated B4R-AES256 example [compatible with B4x, php and all other platforms]
@KMatle · 2021-05-03
Padding/depadding PKCS7/5 and other [B4x]
Here''s another example to pad/depad data for many use cases (like Encryption).
@KMatle · 2021-04-30
OTP: Create OTP credentials & show a QR-Code which can be scanned/used with Authenticator apps [B4x] [PHP/HTML/JS]
OTP: Create OTP credentials & show a QR-Code which can be scanned/used with Authenticator apps [B4x] [PHP/HTML/JS]
@KMatle · 2021-04-29
Null in relation to assigning database values to variables
Null in relation to assigning database values to variables
@j_o_h_n · 2021-04-28
Erels B4X Oveview from Walt''s B4xGoodies - created with B4xgoodies Explorer using BVAD3
Erels B4X Oveview from Walt''s B4xGoodies - created with B4xgoodies Explorer using BVAD3
@Mashiane · 2021-04-27
OkHttpUtils2 with Wait For
Downloading resources is simpler with the new Resumable Subs feature (currently available in B4J and B4i, will soon be available in B4A). Using Wait For we can wait for the JobDone event in the same sub that started the download. No longer is it needed to have a single sub that handles all requests results.
@Erel · 2021-04-11