GiLoWordUtils
Library [B4A, B4J} (plus 5 dictionaries provided, 5 languages: Italian, English, French, Spanish, Portuguese) which allows you to get words from a dictionary in various different ways (very useful for word games but not only).
@LordZenzo · 2021-02-01
A solution to easily add your own code snippets [B4X] [Library]
A solution to easily add your own code snippets [B4X] [Library]
@LucaMs · 2021-01-27
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
WobbleMenu V1 [B4X] [XUI]
This is a B4X compatible bottom navigation. It has 4 types of tab changing animation and 2 types of icon revealing animation.
@Biswajit · 2021-01-25
Property generator [not only for B4J, of course] [Tool]
Property generator [not only for B4J, of course] [Tool]
@LucaMs · 2021-01-21
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
CIELAB color converter
CIELAB color converter
@madru · 2021-01-20
math evaluation
A module to evaluate a math expression
@lolo32 · 2021-01-19
Controlling Sonoff S20 smart power plugs [B4X] [Home Automation]
Controlling Sonoff S20 smart power plugs [B4X] [Home Automation]
@walt61 · 2021-01-14
CLVBackwards - xCLV extenstion for lists that grow backwards [B4X]
CLVBackwards - xCLV extenstion for lists that grow backwards [B4X]
@Erel · 2021-01-12
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
get fav icons from a website [B4X]
get fav icons from a website [B4X]
@Alexander Stolte · 2021-01-06
SD_Dice [B4X] [XUI]
SD_Dice [B4X] [XUI]
@Star-Dust · 2021-01-05
SD LoadingIndicator [B4X] [XUI] [B4xLib]
SD LoadingIndicator [B4X] [XUI] [B4xLib]
@Star-Dust · 2020-12-31
SD AnimatedButton [b4xlib] [B4X] [XUI]
SD AnimatedButton [b4xlib] [B4X] [XUI]
@Star-Dust · 2020-12-29
Rotate Bitmap [B4X]
Rotate Bitmap [B4X]
@LucaMs · 2020-12-28
xImageSliderIG - Instagram style image and video slider [B4X] [XUI]
xImageSliderIG - Instagram style image and video slider [B4X] [XUI]
@Biswajit · 2020-12-25
Throwables library [B4x]
This is a simple b4xlib library that just allows throwing an IllegalArgumentException or a NumberFormatException. Sometimes a Toast or Dialog is not enough of an alert that something is going to break if the data passed is incorrect, especially in libraries.
@stevel05 · 2020-12-21
B4xDialog4Button [B4x]
I needed a dialog with 4 options and rather than rewrite the b4xDialog class I opted for a different approach. This class adds a panel to an existing B4xDialog and adds 4 Buttons. quite simple really.
@stevel05 · 2020-12-21
CLVExpandable - Allows expanding or collapsing xCustomListView items [B4X]
CLVExpandable - Allows expanding or collapsing xCustomListView items [B4X]
@Erel · 2020-12-14
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
B4XPages B4XPages_SQLiteLight2 cross-platform project [B4X]
B4XPages B4XPages_SQLiteLight2 cross-platform project [B4X]
@klaus · 2020-12-09
BCToast - Cross platform custom toast message [B4X]
BCToast is a custom "toast" message implementation based on BCTextEngine. Note that unlike B4A built-in toast message feature, this toast message can only be displayed from an Activity. Default duration is set to 3000 ms. It can be changed with the DurationMs field.The text itself is highly customizable. See BCTextEngine for more information.
@Erel · 2020-12-06
Cancelling ''Sleep'' Awakening Events [B4X]
Cancelling ''Sleep'' Awakening Events [B4X]
@William Lancee · 2020-12-02
xComboBox - Cross Platform ComboBox with Images [B4X] [XUI]
xComboBox - Cross Platform ComboBox with Images [B4X] [XUI]
@Alberto Iglesias · 2020-11-29
SD: GridImage [B4Xlib]
This library adds a view that displays images loaded from local or from the internet (by entering only the url) and arranges them in a grid. The clicked image is displayed in double size. The basic size of each cell can be established
@Star-Dust · 2020-11-29
Like Animation - smooth and beautiful transition [B4X]
Like Animation - smooth and beautiful transition [B4X]
@Alexander Stolte · 2020-11-25
BitmapCreator + HSV Color Picker [B4X] [XUI]
There are two classes in the attached B4A project. Both of them are compatible with B4A, B4i and B4J. The first one is BitmapCreator. It allows creating in-memory bitmaps. It creates an array of bytes with the format of 24 bit uncompressed bitmaps. The raw data can then be loaded as a Bitmap object. Note that there isn''t any special memory access here. The result bitmap is created with Bitmap.Initialize2. This means that you need to get a new bitmap if you make any change to the raw data. The second class is HSVColorPicker. It uses BitmapCreator to create a HSV color picker. It is implemented as a custom view and should be added with the designer.
@Erel · 2020-11-22
Tip - ROBOCOPY error related to shared files folder [B4X]
Tip - ROBOCOPY error related to shared files folder [B4X]
@Erel · 2020-11-10
Library Templates [B4X]
Seeing the new Template feature, I thought I''d use it for the new libraries I create. I created a Template that opens three folders (B4J, B4A, B4I) with the library.
@Star-Dust · 2020-11-06