Show a Preloader [loading indicator] for your app as soon as the page fires [BANanoPreloader]
Show a Preloader [loading indicator] for your app as soon as the page fires [BANanoPreloader]
@Mashiane · 2020-06-02
GifViewer [custom view]
Simple view that shows an animated gif. Based on agraham''s GifDecoder library.
@Erel · 2020-06-02
FontAwesome To Bitmap
Unlike an older "TextToBitmap" sub that you can find in the forum, this code vertically centers the icon. It can also be used in B4J and B4i (only need to change the font line).
@Erel · 2020-06-02
What did you hear?
Train your language listening skills by checking out if you''ve correctly listened what was talked.
@Xandoca · 2020-06-01
Run applications JAVA11 without using B4JPackager11
Run applications JAVA11 without using B4JPackager11
@TILogistic · 2020-06-01
get all image folders [path]
Get all image folders [path]. This code runs on my phone in release with 156ms. And i have over 1k folders and over 10k images.
@Alexander Stolte · 2020-06-01
File Encryptor
This app is a simple File Encryptor. You can encrypt the file with the same name or with a different name (just donât forget to delete the source).
@shinalon22 · 2020-06-01
Disable automatic redirections with OkHttpUtils2
Disable automatic redirections with OkHttpUtils2
@Erel · 2020-06-01
BCTextEngine - Create Named Link [B4X]
BCTextEngine - Create Named Link [B4X]
@Alexander Stolte · 2020-06-01
isCurrentMonth, isSameYear, isSameWeek, isLastWeek [B4X]
isCurrentMonth, isSameYear, isSameWeek, isLastWeek [B4X]
@Alexander Stolte · 2020-05-31
Interface orientations for separate pages
Interface orientations for separate pages
@Semen Matusovskiy · 2020-05-31
Raise Your Own Exceptions [B4X]
Currently writing a cross platform library and I want to throw my own exceptions for cases like division by zero etc.
@keirS · 2020-05-28
Create square Thumbnail [B4X]
Create square Thumbnail [B4X]
@Alexander Stolte · 2020-05-28
xCLV + PreoptimizedCLV + BCTextEngine [B4X]
xCLV + PreoptimizedCLV + BCTextEngine [B4X]
@Erel · 2020-05-27
My ToastMessageShow
My ToastMessageShow
@T201016 · 2020-05-27
Create Thumbnail and save it [B4X]
Create Thumbnail and save it [B4X]
@Alexander Stolte · 2020-05-27
Animated Counter [B4X] [XUI]
Animated Counter [B4X] [XUI]
@Erel · 2020-05-27
Expandable list based on xCustomListView [B4X] [XUI]
This example uses a slightly modified version of xCustomListView to create an expandable list. Each item in the list is made of two panels. One for the title with the arrow and the other is the expanded panel. Note that the expanded items height can be different for different items.
@Erel · 2020-05-26
Create KML file
Several have asked how to create a KML file (or KMZ if compressed) starting from a map generated with the GMap library.
@Star-Dust · 2020-05-26
UI apps packaging - self contained installers
UI apps packaging - self contained installers
@Erel · 2020-05-25
jTextFormatter
In Javafx Version 8u40 a TextFormatter was introduced. This allows access to text input before any of the keypressed events are fired. Pasted text is also captured. This makes it a lot easier to validate and format text input.
@stevel05 · 2020-05-25
B4XTable - Multiple rows selection [B4X]
B4XTable - Multiple rows selection [B4X]
@Erel · 2020-05-25
Bytes To File [B4X]
Write an array of bytes to a file and read a file into an array of bytes. Note that you can convert complex objects (and simple objects) to bytes and vice versa with B4XSerializator from the RandomAccessFile library.
@Erel · 2020-05-24
B4A UI . Dashboard and Notification
It''s not a full app, just dashboard and notifications.
@Sina_ebrahimi · 2020-05-24
AS ColorChooser [B4X] [XUI]
AS ColorChooser [B4X] [XUI]
@Alexander Stolte · 2020-05-24
PDO CRUD Class for MSSQL [BANanoMSSQL]
PDO CRUD Class for MSSQL [BANanoMSSQL]
@Mashiane · 2020-05-23
Distributing and accessing an existing SQLite Databases - Part 1 [BANano]
Distributing and accessing an existing SQLite Databases - Part 1 [BANano]
@Mashiane · 2020-05-23
BANanoSQLiteR - Distributing and accessing an existing SQLite Databases - Part 2
BANanoSQLiteR - Distributing and accessing an existing SQLite Databases - Part 2
@Mashiane · 2020-05-23
BANanoSQL+SQLite+MySQL+MSSQL Library [BANanoConnect]
BANanoSQL+SQLite+MySQL+MSSQL Library [BANanoConnect]
@Mashiane · 2020-05-23
Exception, raise, log and format
Sometimes you need to stop a piece of code and explain why you have to do it. A good way is to raise an exception and to give information about the reason why. This little class offers you a pratical way to do this.
@spsp · 2020-05-22