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
Animated change of theme / layouts [B4X]
This is an example that demonstrates how Root.Snapshot + 2 BitmapCreators, with the old and new layouts can be used to create a nice transition between two layouts.
@Erel · 2021-08-09
View names from Views and vice versa. [B4X]
View names from Views and vice versa. [B4X]
@William Lancee · 2021-07-28
Mapping a range of numbers into a target number of simplified categories [B4X]
Mapping a range of numbers into a target number of simplified categories [B4X]
@William Lancee · 2021-07-17
Dead simple QR Code Generator [B4X]
Dead simple QR Code Generator [B4X]
@MrKim · 2021-07-12
Format 10,000 [Ten Thousand] to Lakh [B4X]
Format 10,000 [Ten Thousand] to Lakh [B4X]
@aeric · 2021-07-12
Functional Implementation of vb.Net style Enum [B4X]
Functional Implementation of vb.Net style Enum [B4X]
@William Lancee · 2021-07-07
Direct Link Google Drive [B4X]
For example, if you need to view a movie in exoplayer and the movie is on Google Drive, you can switch the Direct Link of Google Drive to Exoplayer ("uri").
@MarcoRome · 2021-07-04
Online Payment with PayPal [B4X]
In Attached an example on how to use paypal for online payment in a simple way for B4X ( B4A - B4i - B4j ) In the example it is possible to enter any active paypal account, so you can also make payments on different paypal accounts. For each transaction, it will return if the transaction was successful or failed.
@MarcoRome · 2021-06-23