B4XSnippetEncryption [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]
AES-256 encryption with salt and iv [works with all platforms like php, .net, etc.] [B4x]
@KMatle · 2021-02-19
B4XTutorialJSON [B4X][XUI][B4XPAGES]
Simple B4J stock ticker code using JSON REST API - Newer developers [B4X] [XUI] [B4XPages]
Simple B4J stock ticker code using JSON REST API - Newer developers [B4X] [XUI] [B4XPages]
@Peter Simpson · 2021-02-18
B4XTutorialJSON [B4X][XUI][B4XPAGES]
Simple B4i stock ticker code using JSON REST API - Newer developers [B4X] [XUI] [B4XPages]
Simple B4i stock ticker code using JSON REST API - Newer developers [B4X] [XUI] [B4XPages]
@Peter Simpson · 2021-02-18
B4XTutorialJSON [B4X][XUI][B4XPAGES]
Simple B4A stock ticker code using JSON REST API - Newer developers [B4X] [XUI] [B4XPages]
Simple B4A stock ticker code using JSON REST API - Newer developers [B4X] [XUI] [B4XPages]
@Peter Simpson · 2021-02-18
B4ALibraryImages
ScaleImageView - Pan and zoom large images
Instead of loading the entire image at once it only fully decodes from the image file the areas needed for display. As a bonus the pre-zooming and centering is very accurate and works a treat.
@agraham · 2021-02-18
B4XTutorialInterop [B4X]
Postman.com [B4X]
With this app available both on-line and as a local app you can check and fiddle making requests to on-line apis and eventually use the json/xml response in your apps. With just a word: "PERFECT".
@hatzisn · 2021-02-18
B4JLibraryImages
JavaFX BorderImage - similar to android 9 Patch.
JavaFX BorderImage - similar to android 9 Patch.
@stevel05 · 2021-02-18
B4JSnippetDrawing
Circle Fit and Linear regression
Circle Fit and Linear regression
@knutf · 2021-02-18
B4ALibraryUpdater
AppUpdating 2.0 - update non-market apps
AppUpdating 2.0 is a partial rewrite of AppUpdating, a lib written back in 2014 to allow the remote update of non-market applications hosted on a webserver.
@udg · 2021-02-18
B4ASnippetB4Xpages
A natural method for alerting the user of the locked orientation of a B4XPages App
When the user is holding the device in portrait mode, the app opens in landscape mode. This can be annoying. I thought it would be nice to let the user know in portrait mode that the app is in landscape mode. Then, when the user naturally rotates the device, the app would start automatically.
@William Lancee · 2021-02-18
B4JSnippetAudio/Video
vlc local and Url video player
vlc local and Url video player
@behnam_tr · 2021-02-17
B4RLibraryB4R LCD/TFT
rLiquidCrystalI2CEx
rLiquidCrystalI2CEx is an open source B4R library for writing to LCD Displays connected to microcontroller, like Arduino.
@rwblinn · 2021-02-17
B4JTutorialBAnano [REST API][BANANO]
Authentication to a B4J server [REST API][BANano]
Included in the download of BANano 1.06 is an example on how to connect with a Jetty B4J server. The example shows how you could use the B4J server to login/logoff and run a basic REST API call.
@alwaysbusy · 2021-02-17
B4JSnippetOS [USING JSENSORS]
Hardware Health Monitor [using jsensors]
Hardware Health Monitor [using jsensors]
@Magma · 2021-02-16
B4ASnippetB4Xpages
A more elegant way to detect platform
A more elegant way to detect platform B4A/I/J
@William Lancee · 2021-02-16
B4RTutorialB4R LCD/TFT [TOOL]
LCD Display Designer [Tool]
Tool to design LCD Display Layouts for 20x4 or 16x2 displays connected to Arduino, Raspberry Pi or other.
@rwblinn · 2021-02-15
B4ASnippetDate/time
Convert Mysql DateTime to regular string date time
Convert Mysql DateTime to regular string date time
@omarruben · 2021-02-15
B4XTutorialComms & Network [B4X]
Net library (FTP, SMTP, POP) with Wait For [B4X]
Starting from v1.70 of Net, jNet and iNet libraries the asynchronous methods return a ''sender filter'' object.This object can be passed as the sender filter parameter in a Wait For call.This makes it simpler to manage multiple requests.
@Erel · 2021-02-14
B4ALibraryComms & Network
Net
The Net library supports FTP, SMTP and POP3 protocols. This library replaces the FTP library. Both regular connections and SSL connections are supported. SMTP - Allows you to directly connect to SMTP mail servers and send mails, including Html messages and attachments (more complicated than it may sound ;)) POP3 - Allows you to directly connect to POP3 mail servers and download messages. Currently the messages are not parsed. The raw string is returned. You can use MailParser class to parse the raw messages.
@Erel · 2021-02-14
B4XSnippetFirebase [B4X]
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
B4ALibraryOther
CollectionsExtra
This library provides a LinkedList object which can be used as a stack, queue, or double-ended queue. It also includes an ArraysExtra object that allows arrays to be partially or fully copied, cloned, partially or fully filled with a given value, sorted and searched. ArraysExtra can also return, using the ToString method, a comma separated string representation of the contents of an array of Strings or of a primitive type.
@Agraham · 2021-02-11
B4XTutorialGPS/location/maps [B4X][XUI][B4XPAGES]
Using B4J GPS to create a BASIC weather app - Newer developers [B4X] [XUI] [B4XPages]
Using B4J GPS to create a BASIC weather app - Newer developers [B4X] [XUI] [B4XPages]
@Peter Simpson · 2021-02-10
B4XTutorialGPS/location/maps [B4X][XUI][B4XPAGES]
Using B4i GPS to create a BASIC weather app - Newer developers [B4X] [XUI] [B4XPages]
Using B4i GPS to create a BASIC weather app - Newer developers [B4X] [XUI] [B4XPages]
@Peter Simpson · 2021-02-10
B4XTutorialGPS/location/maps [B4X][XUI][B4XPAGES]
Using B4A GPS to create a BASIC weather app - Newer developers [B4X] [XUI] [B4XPages]
Using B4A GPS to create a BASIC weather app - Newer developers [B4X] [XUI] [B4XPages]
@Peter Simpson · 2021-02-10
B4ALibraryButton [SOURCE INCLUDED]
Simple Floating Button [Source included]
Simple Floating Button [Source included]
@incendio · 2021-02-10
B4JSnippetMail
Send Mails with attachements over local Outlook installation via VBS script
Send Mails with attachements over local Outlook installation via VBS script
@KMatle · 2021-02-10
B4JSnippetPrint [WINDOWS ONLY]
Print files via jShell and a VBS script [Windows only]
Print files via jShell and a VBS script [Windows only]
@KMatle · 2021-02-10
B4JSnippetTable/Grid [OR HIDE]
Change [or hide] TableView No content in table text
Change [or hide] TableView No content in table text
@LucaMs · 2021-02-09
B4XClassViews - other [B4X]
What''s new class [B4X]
This is a what''s new class for B4A and B4i (b4xlib) that you can use to display information for new views or functions (related to views obviously) of your application.
@hatzisn · 2021-02-07
B4JTutorialLinux
MonoBuilder - Compile B4J programs on Linux or Mac
MonoBuilder - Compile B4J programs on Linux or Mac
@Erel · 2021-02-07