File Info in brief
Data retrieved: Name, AbsolutePath, Length, Lastmodified, Owner, Created, Accessed , Written
@jkhazraji · 2021-12-04
Dynamically switching screen orientation while using B4XPages [B4XPages]
Dynamically switching screen orientation while using B4XPages [B4XPages]
@William Lancee · 2021-12-04
Keep your codes
Store notes encrypted with a password or PIN
@yeroen · 2021-12-02
Contextual Menu in CLV item justified Label to select text
Select the text of a LABEL in the CLV items and later color those portions of text
@endbyte · 2021-12-02
QR image generator library
Takes a string and converts it into a QR image that can be displayed in an imageview.
@jkhazraji · 2021-11-30
B4A Ui
I have a channel on YouTube that records ui training in b4a environment
@ramezaniabbas · 2021-11-30
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
POC: ORM
Having a background on Ruby On Rails there are 2 things i miss everytime i come back to B4x: ActiveRecord and Testings, so today i decided to tackle both them.
@EnriqueGonzalez · 2021-11-29
Google Play Games Services [New]
This is a complete wrapper of the latest Google Play Games Services (v17.2.1)
@Biswajit · 2021-11-29
Firebasemessaging [FCM]: Receive messages in doze/sleep mode
Issue: Device doesn''t receive FCM messages while in sleep/doze mode. Important to know: Google uses 2 different api''s with different keywords.
@KMatle · 2021-11-29
Financial Functions
Financial Functions
@Col · 2021-11-28
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
mcSmoothFadingBG [B4X] [XUI]
This library creates a smooth background transition between random colours. It can be used as a splash screen or show some kind of "Loading please wait" screen as seen in when installing windows
@mcqueccu · 2021-11-26
JsonTree - Tool to help with JSON parsing - UPDATED
I updated the JsonTree tool that Erel created in 2013 to work with https and the newer libraries in B4J.
@aminoacid · 2021-11-26
Conversion of B4A to B4XPages
The conversion of the first of my B4A Apps to the newer B4XPages structure was not trivial and involved over 20 hours of research, overcoming misunderstandings, and finding answers to many questions. This document is intended to be a reference for anyone that undertakes the task. Hopefully, it will help speed up the process.
@Cliff McKibbin · 2021-11-26
ZXingLib enhanced
Enhanced version of ZXingLib
@Johan Schoeman · 2021-11-25
RGB to HSL Conversion [B4X]
It takes Red, Green, Blue inputs and returns Hue, Saturation, and Lightness values.
@John Naylor · 2021-11-24
Opening MS Access databases [mdb]
Opening MS Access databases [mdb]
@Erel · 2021-11-24
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
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
Concurrent access to SQLite databases [WebApp]
Concurrent access to SQLite databases [WebApp]
@Erel · 2021-11-21
B4J_Button_extra [Add images and enhance your buttons]
B4J_Button_extra [Add images and enhance your buttons]
@fernando1987 · 2021-11-21
Scaling Form Controls to new size of Form [B4J]
Scaling Form Controls to new size of Form [B4J]
@Magma · 2021-11-19
Find a missing value using Approximation & Guesswork [Goal Seek]
Find a missing value using Approximation & Guesswork [Goal Seek]
@Col · 2021-11-18
A library to generate XML documents using a template and optionally validate it using an xsd file
A library to generate XML documents using a template and optionally validate it using an xsd file.
@andrewmp · 2021-11-18
MSACCESS & jRDC2
Access an MS-Access db on a network
@Ryan Pigeon · 2021-11-17
Conversion from CUrl to B4A
It is quite convenient to upload images to public cloud server and share the image link to other people rather than share the real image files directly! The following code snippets showed how to upload and search images by CUrl command (provided by: https://apidocs.imgur.com/) and by B4A syntax.
@Wong Ka Chun · 2021-11-17
Chart analysis [B4X] [Class]
If you have chart data as a table with 2 columns, say weather temperature per hour - it would be good to have an analysis code that can check the data changing trend and return some result. The result may be like "Temperature is rising during 5 hours", or "Warning: sudden freeze for -20 degrees during 5 hours !" ...
@peacemaker · 2021-11-17
Social Network created by B4A [Chat included]
Social Network created by B4A [Chat included]
@Serge Nova · 2021-11-16