B4JSnippetImages
Create PNG File for Map Markers
Create PNG File for Map Markers
@Harris · 2021-01-30
B4JLibraryStrings
Text similarity with SIMHASH
To find similarities between documents (search for plagiarism, duplicate similar documents, ...) one of the algorithms widely used for large collections of documents is SIMHASH.
@Quandalle · 2021-01-28
B4JSnippetRandomise
Random Number - Normal Distribution Server
Random Number - Normal Distribution Server
@rgarnett1955 · 2021-01-27
B4AClassCharSequence / CSBuilder
CharSequence / TagCSBuilder
TagCSBuilder is a class built on top of CSBuilder. With TagCSbuilder the formatting information is not provided by method calls but by tags included in the string.
@Quandalle · 2021-01-27
B4XToolB4X [B4X][LIBRARY]
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
B4ALibraryFTP
FTP server + Material Design
Simple FTP server and modern UI.
@Abdulizor · 2021-01-26
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
B4XLibraryMenu [B4X][XUI]
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
B4RLibraryB4R sensor
MPU6050 for ESP8266
it is a wrapper for mpu6050 library modified for ESP8266 compatibility from Emanuele Buchicchio
@candide · 2021-01-25
B4ATutorialB4A
Hint: solving compiler error Unknown member: initializenewinstance
Hint: solving compiler error Unknown member: initializenewinstance
@walt61 · 2021-01-25
B4ATutorialCharts
CHART JS IN ANDROID
Example how you can add Chart JS in your project
@Brian Michael · 2021-01-24
B4ALibraryAudio/Video
B4A ScreenRecorder
Here is a wrapper/library which lets you record the screen and save it as a video file.
@Moster67 · 2021-01-24
B4JSnippetMaths [COMPASS VALUE INTERPOLATION]
Speedy Spline Server V2 - With Polar [Compass Value Interpolation]
An interpolator to convert weather data stored at ten minute intervals to 5 minute intervals to match some power monitoring data I get from an sqlite db that aggregates two second power data to five minutes.
@rgarnett1955 · 2021-01-23
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
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
B4XSnippetColour
CIELAB color converter
CIELAB color converter
@madru · 2021-01-20
B4ASnippetDatabase
Tip: SQLite Column Does not exist even if you know it exists!!!
Tip: SQLite Column Does not exist even if you know it exists!!!
@Mashiane · 2021-01-19
B4XClassMaths
math evaluation
A module to evaluate a math expression
@lolo32 · 2021-01-19
B4ASnippetDatabase [JRDC2]
Helper functions... [jRDC2]
Helper functions... [jRDC2]
@Mashiane · 2021-01-19
B4ATutorialInterop
Control your Android device from your Windows PC
Control your Android device from your Windows PC
@Diceman · 2021-01-19
B4ASnippetB4Xpages
B4xpage custom transition
B4xpage custom transition
@Marvel · 2021-01-19
B4ISnippetKeyboard
Keyboard will hide notification
The KeyboardStatePage event is raised before the keyboard becomes visible and after the keyboard is hidden. There are cases where you want to do something right before the keyboard is closed. For example, to start moving a view.
@Erel · 2021-01-18
B4ASnippetNotifications
Custom notifications channel
Starting from Android 8, notifications are grouped by channels. The notification behavior depends on the channel it belongs to. With B4A v8+ notification channels are created automatically based on the importance level. You can use the following code to manually create a notification channel with the same id as the notification channel that will be created internally. This allows you to override the notification behavior. Note that once a notification channel was created then you cannot change its behavior. This means that: 1. You must call this code before you initialize the notification object. 2. If you have already created a notification in the past then you need to uninstall the app to see the changes (clean the project afterward).
@Erel · 2021-01-15
B4ASnippethttp [HTTPSERVER]
ServletRequest all Header [httpServer]
I arose from the need to know all the headers of a GET request. When HttServer raises the HttpServer_HandleRequest event it returns the Request variable. The Request variable has only one method for reading Headers, GetHeader. How to get a complete list of Headers?
@Star-Dust · 2021-01-14
B4XTutorialHome automation [B4X][HOME AUTOMATION]
Controlling Sonoff S20 smart power plugs [B4X] [Home Automation]
Controlling Sonoff S20 smart power plugs [B4X] [Home Automation]
@walt61 · 2021-01-14
B4JSnippetDatabase
JRDC2 connect to MSSQLLocalDb
JRDC2 connect to MSSQLLocalDb
@aeric · 2021-01-13
B4XLibraryList- and scrollview [B4X]
CLVBackwards - xCLV extenstion for lists that grow backwards [B4X]
CLVBackwards - xCLV extenstion for lists that grow backwards [B4X]
@Erel · 2021-01-12
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
B4JLibraryDatabase
Testing if jRDC2 with returning auto-generated key values after INSERT
In order to retrieve the auto generated key values for an INSERT statement, I''ve added the ExecuteInsert method to the DBRequestManager shared module.
@OliverA · 2021-01-11
B4ATutorialTable/Grid
B4XTable - Photos Album
In this example the table is used to show the camera roll photos.
@Erel · 2021-01-11