Class Generator
Class Generator
@spsp · 2022-04-17
Fill a panel with diagonally drawn lines [B4X] [B4XCanvas]
Fill a panel with diagonally drawn lines [B4X] [B4XCanvas]
@Alexander Stolte · 2022-04-05
B4XProjectFixer [B4X]
Regarding my problem/wish with merging different branches in git, I wrote a small tool as a workaround which fixes the meta information in the projectfile cleanly. Thereby all files, libraries and modules are rearranged, reindexed and duplicates are deleted.
@Blueforcer · 2022-03-30
B4XDrawer and B4xPages in class
Work with a class to use a B4XDrawer in several B4XPages
@Erel · 2022-02-28
ThemeColors [B4X]
ThemeColors [B4X]
@Blueforcer · 2022-02-21
Set date format with locale [B4X]
Cross platform code to change the date format with an explicit locale
@Erel · 2022-02-20
CreateB4XFont [B4X]
Function to create custom B4XFont for all platforms.
@LucaMs · 2022-02-09
Domoticz Quick Viewer
Purpose: - To view Domoticz devices in an Android & Desktop (Linux, Windows) App [iOS is not supported]. - To select devices from room plans and custom plans Favorites, Used, All, Not Used and User Variables. - To view selected device properties and the Domoticz device log. - To change the value for a selected device - (so far) for switches & thermostats.
@rwblinn · 2022-02-04
These flowers will always be fresh [B4XPages]
These flowers will always be fresh [B4XPages]
@William Lancee · 2022-01-29
B4A Y2038 proof ready
B4X already is Y2038-proof
@toby · 2022-01-22
Number of weeks between 2 dates [B4X]
Number of weeks between 2 dates [B4X]
@Alexander Stolte · 2022-01-15
Todo List
Todo list app
@aeric · 2022-01-13
Amazon DynamoDB [B4X]
Amazon DynamoDB is a NoSQL database service. The attached project (B4J, B4A and B4I) shows how to access Amazon DynamoDB.
@roumei · 2022-01-11
Creating Jigsaw Puzzles [B4XPages]
The code I''m using in a project to create a jigsaw puzzle. What it basically does is cut square images into jigsaw pieces.
@Marvel · 2021-12-27
PokeDex [B4X]
I made this as a B4X project (B4A, B4i and B4J) to demonstrate how to create a pokedex app using B4X.
@aeric · 2021-12-22
SelectOption function
I use it as a replacement of Select/Case statement, when I only have to get one result among many options.
@RMMIRON · 2021-12-12
Dynamically switching screen orientation while using B4XPages [B4XPages]
Dynamically switching screen orientation while using B4XPages [B4XPages]
@William Lancee · 2021-12-04
AppendToTextFile [B4X]
AppendToTextFile [B4X]
@LucaMs · 2021-11-30
Validate and verify CIF, NIF, DNI and Others [B4X]
Validate and verify NIF, CIF and DNI and can be expanded to other verifiers
@TILogistic · 2021-11-29
RGB to HSL Conversion [B4X]
It takes Red, Green, Blue inputs and returns Hue, Saturation, and Lightness values.
@John Naylor · 2021-11-24
SQL - setting the journal mode [B4X]
The modes are explained here: https://www.sqlite.org/pragma.html#pragma_journal_mode The two cases where it is important to set the journal mode: 1. WAL - B4J server solutions: https://www.b4x.com/android/forum/t...ent-access-to-sqlite-databases.39904/#content 2. DELETE - when it is important that the database will be made of a single file.
@Erel · 2021-11-21
Amazon SimpleDB [B4X]
Amazon SimpleDB is a web service for NoSQL data storage. The attached project (B4J, B4A and B4I) shows how to access Amazon SimpleDB.
@roumei · 2021-11-16
Globals shrinker
Shrink the ''Globals'' Sub by combining Dim/Public/Private lines
@ilan · 2021-11-08
Elevation shadow [B4X] [XUI]
Add elevation/shadows on XUI views
@wimpie3 · 2021-11-05
Lock screen orientation based on how device is held when App is started. [B4XPages]
Lock screen orientation based on how device is held when App is started. [B4XPages]
@William Lancee · 2021-10-02
B4XPages - Simple tip for referencing pages
B4XPages - Simple tip for referencing pages
@Jack Cole · 2021-10-01
Adding ImageViews above HugeImageView [B4X]
Adding ImageViews above HugeImageView [B4X]
@Erel · 2021-09-22
Light theme B4XDateTemplate [B4X]
Example of customizing B4XDialog and B4XDateTemplate.
@Erel · 2021-09-13
Use WebView to show large images [B4X]
Use WebView to show large images [B4X]
@Erel · 2021-09-04
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