B4XSnippetDrawing [B4X][B4XPAGES]
For the Romantic in Us [B4X] [B4XPages]
For the Romantic in Us [B4X] [B4XPages]
@William Lancee · 2021-02-06
B4XSnippetWebView [B4X]
Using Three.js / WebGL in a WebView [B4X]
Using Three.js / WebGL in a WebView [B4X]
@roumei · 2021-02-03
B4XSnippetImages [B4X][XUI]
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
B4XSnippetImages [B4X][XUI]
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
B4XSnippetB4X [NOT ONLY FOR B4J, OF COURSE][TOOL]
Property generator [not only for B4J, of course] [Tool]
Property generator [not only for B4J, of course] [Tool]
@LucaMs · 2021-01-21
B4XSnippetColour
CIELAB color converter
CIELAB color converter
@madru · 2021-01-20
B4XSnippetJSON [B4X]
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
B4XSnippetImages [B4X]
Rotate Bitmap [B4X]
Rotate Bitmap [B4X]
@LucaMs · 2020-12-28
B4XSnippetDate/time [B4X]
Count specific week days in a month + tutorial about B4XSet [B4X]
Count specific week days in a month + tutorial about B4XSet [B4X]
@Erel · 2020-12-09
B4XSnippetB4X [B4X]
Cancelling ''Sleep'' Awakening Events [B4X]
Cancelling ''Sleep'' Awakening Events [B4X]
@William Lancee · 2020-12-02
B4XSnippetDialogs [B4X]
Display 2 dialogs [B4x]
When you need a second dialog over the first
@stevel05 · 2020-11-06
B4XSnippetImages [B4X][XUI]
Imageslider ios blurry image tweak - tip [b4x] [XUI]
Imageslider ios blurry image tweak / tip [b4x] [XUI]
@Andrew (Digitwell) · 2020-11-04
B4XSnippetPayment [B4X][B4XPAGES]
STRIPE Checkout - Credit card and Apple Pay [B4X] [B4XPages]
A project which demonstrates how to accept a STRIPE Payment within your app.
@Andrew (Digitwell) · 2020-11-02
B4XSnippetBarcode/scan [B4X][B4XPAGES]
Barcode Reader with Torch [B4X] [B4XPages]
Barcode Reader with Torch [B4X] [B4XPages]
@aeric · 2020-10-23
B4XSnippetB4X
Customizing New B4XPages Backup and Module Naming
Customizing New B4XPages Backup and Module Naming
@Elby dev · 2020-10-22
B4XSnippetB4X [B4X]
Shared Folders , sync subfolders click [B4X]
Shared Folders , sync subfolders click [B4X]
@a6000000 · 2020-10-21
B4XSnippetCharSequence / CSBuilder [B4X]
Set CSBuilder or Text to a Label [B4X]
This sub accepts a string or CSBuilder and sets it as the Label''s text. It is useful for cross platform solutions. Note that the Text parameter type is Object.
@Erel · 2020-10-20
B4XSnippetB4X
Be careful with IF number=number!
Comparing numbers with objects
@Midimaster · 2020-10-06
B4XSnippetMaths [B4X]
Multivariate Analysis, Matrices, Complex Numbers, One Thing Leads to Another [B4X]
Multivariate Analysis, Matrices, Complex Numbers, One Thing Leads to Another [B4X]
@William Lancee · 2020-10-04
B4XSnippetStrings [B4X]
Hex string to number [B4X]
Bit.ParseInt will fail if the hex string is larger than the maximum positive int. We can instead use the ByteConverter library to do it.
@Erel · 2020-09-25
B4XSnippetDatabase [B4X]
SQLite case insensitive searches with non-ASCII text [B4X]
SQLite case insensitive searches with non-ASCII text [B4X]
@Erel · 2020-09-20
B4XSnippetB4X [B4X]
Array with Redim Preserve [B4X]
Array with Redim Preserve [B4X]
@LucaMs · 2020-09-17
B4XSnippetB4X [B4X]
Three state Boolean. Or: Is this Boolean variable initialized? [B4X]
Three state Boolean. Or: Is this Boolean variable initialized? [B4X]
@LucaMs · 2020-09-17
B4XSnippetViews - effects [B4X]
ShakeView [B4X]
ShakeView [B4X]
@LucaMs · 2020-09-11
B4XSnippetMaths [B4X]
Using Infinity and NaN as special Numbers [B4X]
Using Infinity and NaN as special Numbers [B4X]
@William Lancee · 2020-09-06
B4XSnippetWebView [B4X]
Auto Height Webview [B4X]
Code to allow a webview to change its height depending on the inner content of the page
@Biswajit · 2020-08-26
B4XSnippetPane(l) [B4X]
Round clipping panel [B4X]
Purpose is to create a panel that clips its child views to a circle or rounded rect.
@Erel · 2020-08-06
B4XSnippetAudio/Video [WITH SERVER][B4X]
Audio Streaming TCP [with server] [B4X]
Based on this @Erel code that simulated a Walkie Talkie, I developed a system for streaming audio between Android and Desktop devices with the addition of a Desktop server.
@Star-Dust · 2020-08-01
B4XSnippetGPS/location/maps [B4X]
Custom GoogleMaps [B4X]
This is an example of how you can customize a Map. Through the B4XCanvas functions it is possible to create the map with photos, text, etc.
@MarcoRome · 2020-07-17
B4XSnippetStrings [OR REMOVE ALL NON-NUMBERS]
String to Number [or remove all non-numbers]
Extract the numeric portion of a string that could be alphanumeric
@tchart · 2020-07-08