BCToast with additional views and pause. [B4X]
BCToast with additional views and pause. [B4X]
@MrKim · 2021-06-22
Free Geolocation Nominatim [Geocoding API] [B4X]
A demo of how to use the nominatim geocoding API for free.
@TILogistic · 2021-06-20
Share your B4XDialog + templates theming code [B4X]
Share your B4XDialog + templates theming code [B4X]
@Erel · 2021-06-01
Read/Write Windows Lists
Read/Write Windows Lists
@LucaMs · 2021-05-27
Library Manager app for creating and maintaining .b4xlib libraries
I have created an app for managing multiple .b4xlib libraries. I found that keeping multiple libraries updated while they are being developed and tested was quite tricky. This app helps highlight what has been changed and I keep it running in the background while I work.
@jdkellow · 2021-05-07
Padding data [e.g. building blocks of a multiple of 16] [B4x]
For some solutions you need to pad data to a specific length (=blocksize or a multiple of x, like a multiple of 16 in AES). This snippet gets the next higher multiple of the padding. If your data is 5 bytes long, the blocksize would be 16, having 17 bytes it would be 32.
@KMatle · 2021-04-28
Generate RSA private/public key in php and prepare it to use in B4x [B4x]
Sometimes it makes sense to generate pricat/public key pairs for clients on the server side by code. Here''s an example how to do this in php (OpenSSL must be installed as it usually is)
@KMatle · 2021-04-27
Post multipart requests / file uploads with progress [B4X]
Post multipart requests / file uploads with progress [B4X]
@Erel · 2021-04-27
Use OTP in your apps [php code also included] [B4x]
OTP is a one time pin (here: 6 digits) depending on a given password and the actual time.
@KMatle · 2021-04-27
Trust all SSL Socket [B4X]
This code creates an SSL socket that doesn''t verify the server certificate.
@Erel · 2021-04-21
TextInputBox [B4X]
I needed a simple cross platform dialog (B4A, B4X, B4i) for entering alphabetic text. I don''t know if I wasted time and there is already something ready it''s simpler than the one I''m about to publish (which could be written much better). Depends on XUI Views.
@LucaMs · 2021-04-12
Firestore API REST - support
Methods to easily use Firestore
@Paolodc · 2021-04-09
Log stack trace [B4X]
This sub will log the underlying stack trace. It can be useful for debugging cases where the code flow is complex. In debug mode the underlying stack trace can be incomplete.
@Erel · 2021-04-01
maintaining the page during a split-screen size change [B4Xpages]
The default B4Xpages B4A template doesn''t maintain the ''current page'' when resizing the splits. This is a workaround for this issue.
@swChef · 2021-03-31
Change the view''s alpha level - transparency [B4X]
Change the view''s alpha level - transparency [B4X]
@Erel · 2021-03-24
A Not-So-Simple Clock [B4X]
A Not-So-Simple Clock [B4X]
@William Lancee · 2021-03-19
File records with fixed positions & lenghts [B4x]
I had some projects where I needed fixed locations & lengths inside a record e.g. a field has a fixed length of 30 "chars". It''s a pain to write such a file. Here''s a snippet to make it easier.
@KMatle · 2021-03-17
Solving encoding issues with html mails sent with SMTP [Net library] [B4X]
Encoding the html text with base64 avoids encoding issues, especially with MS Outlook. This code is compatible with B4A and B4J.
@Erel · 2021-03-14
InputStream - Skip N Bytes [B4X]
This sub will skip N bytes from the stream. Usage example: you have an InputStream and you don''t want the first 100 bytes.
@Erel · 2021-03-11
DESIGNER LOGIN EXAMPLE - CODE B4X - UX DESIGNER [B4XPAGES]
Login/sign-up example with B4XPages
@Lucas Siqueira · 2021-03-06
AES-256 encryption with salt and iv [works with all platforms like php, .net, etc.] [B4x]
AES-256 encryption with salt and iv [works with all platforms like php, .net, etc.] [B4x]
@KMatle · 2021-02-19
Firebase Cloud Messaging Subscribe and Unsubscribe Topic [B4X]
With this 2 Functions you can Subscribe and Unsubscribe Users from a Topic. This is Usefull for Server Apps. You need the Token from the User, the Token is the InstanceID and this ID is unique for each device, you can get this ID in the "Firebase Cloud Messaging" lib.
@Alexander Stolte · 2021-02-11
For the Romantic in Us [B4X] [B4XPages]
For the Romantic in Us [B4X] [B4XPages]
@William Lancee · 2021-02-06
Using Three.js / WebGL in a WebView [B4X]
Using Three.js / WebGL in a WebView [B4X]
@roumei · 2021-02-03
Fill and Fit images without distortion [B4X] [XUI]
Fit = Resize the image to the container size while preserving the image ratio. Leaves empty space if the image aspect ratio is different than the container aspect ratio. Fill (without distortion) = Crops the image to make it with the same aspect ratio as the container aspect ratio and then resizes the image.
@Erel · 2021-01-26
Create a round image [B4X] [XUI]
This code snippet is based on XUI library and it is compatible with B4A, B4i and B4J.The input is a bitmap and the output is a round bitmap (with no distortions).
@Erel · 2021-01-21
Property generator [not only for B4J, of course] [Tool]
Property generator [not only for B4J, of course] [Tool]
@LucaMs · 2021-01-21
CIELAB color converter
CIELAB color converter
@madru · 2021-01-20
Better JSON handling of Lists with Maps without parsing errors [B4x]
Better JSON handling of Lists with Maps without parsing errors [B4x]
@KMatle · 2021-01-12
Rotate Bitmap [B4X]
Rotate Bitmap [B4X]
@LucaMs · 2020-12-28