B4JSnippetImages
Detect dominant colors of images
Detect dominant colors of images
@xulihang · 2020-03-03
B4ITutorialB4I
Swift libraries
B4i v3.60 adds support for libraries written in Swift and compiled as frameworks.
@Erel · 2020-03-02
B4JToolColour [TOOL]
Dark Light Color Palette [Tool]
This is a tool to create dark / light color palettes
@Erel · 2020-03-02
B4JLibraryColour
BCColorPicker - nice color picker
This is a powerful color picker, based on XUI Views B4XColorTemplate. It is a B4J control, though it should be simple to port it to B4A and B4i.
@Erel · 2020-03-02
B4JTutorialTable/Grid
B4XTable with inline editing
Example of making B4XTable an editable table. When a cell is clicked the editing control is added to that cell. You can use all kinds of controls.
@Erel · 2020-03-02
B4XLibraryB4X [B4X]
XUI - Cross platform & native UI library [B4X]
The purpose of XUI library is to make it easier to share code between B4A, B4J and B4i projects.It is an important new library and I expect that all B4X developers who target more than a single platform will use it at some point.
@Erel · 2020-03-01
B4ATutorialBluetooth
Tutorial Android and Raspberry Debian in BT
In this example we have Raspberry Pi Rasbian and Android App ( communicate via BlueTooth ).
@MarcoRome · 2020-03-01
B4XTutorialTranslation/localisation [B4X]
Localizator with CSV files [B4X]
For the first time I try to make my apps multilingual and found this very useful helper. But I prefer to use CSV files (not excel) for the translations. So I combined it with this CSV-Parser.
@skrjabin · 2020-03-01
B4ALibraryExcel
aPOI - A wrapper for jPOI for Android
aPOI - A wrapper for jPOI for Android
@DonManfred · 2020-03-01
B4RTutorialB4R sensor
Visualizing MPU6050 Accelerometer and Gyroscope - Pitch, Roll and Yaw with inline C and Processing
Visualizing MPU6050 Accelerometer and Gyroscope - Pitch, Roll and Yaw with inline C and Processing
@Johan Schoeman · 2020-02-29
B4JLibraryGPS/location/maps
jOpenStreetMaps library
jOpenStreetMaps library
@Starchild · 2020-02-28
B4JSnippetStrings
Strings with equal Length for alignment when printing to a text file for printing/viewing in B4J
Could not find code to add spaces to a string in an array so they all become the same length. This makes the print output line up the columns of strings.
@Elby dev · 2020-02-27
B4ALibraryMaths
FFT
This library contains an FFT object for performing Fast Fourier Transforms.
@klaus · 2020-02-27
B4XLibraryList- and scrollview [B4X]
CLVSelections - extended selection modes for xCustomListView [B4X]
This class extends xCustomListView library and adds more selection modes: MODE_SINGLE_ITEM_TEMP - The same as the default behavior. MODE_SINGLE_ITEM_PERMANENT - Single item is selected and the selection remains. MODE_MULTIPLE_ITEMS- Multiple items can be selected.
@Erel · 2020-02-26
B4ALibraryFirebase
Firebase RemoteConfig
Firebase Remote Config is a cloud service that lets you change the behavior and appearance of your app without requiring users to download an app update.
@DonManfred · 2020-02-25
B4ATutorialList- and scrollview
Audios for WhatsApp (CLV with 2 columns)
Audios for WhatsApp (CLV with 2 columns)
@Douglas Farias · 2020-02-25
B4XClassViews - other [CLASS][B4X]
What''s new class for B4A and B4i [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 · 2020-02-24
B4XSnippetColour [B4X]
HexToColor and ColorToHex [B4X]
Converts hex color strings to a color int value and vice versa
@Erel · 2020-02-24
B4XSnippetDialogs [B4X]
B4XDialog - show with animation [B4X]
Slides the dialog from one of the sides.
@Erel · 2020-02-24
B4RTutorialB4R sensor
Visualizing ADXL345 3-axis Accelerometer Pitch and Roll with inline C and Processing
Visualizing ADXL345 3-axis Accelerometer Pitch and Roll with inline C and Processing
@Johan Schoeman · 2020-02-23
B4RLibraryB4R LED
Update to library 4 new functions for rAdafruitNeoPixel
I modified the AdafruitNeoPixel library in this posting: https://www.b4x.com/android/forum/threads/radafruitneopixel-based-on-neopixel-lib-v1-3-1.111313/#post-708734 Added 4 new functions: MovePixelColorDirect (To, From) - Move the pixel data from location to another directly SetPixelColorDirect3(Pixel, ULong) - Set pixel to value directly SetPixelColorDirect(Pixel, R, G, B) - Set pixel to value directly GetPixelColorDirect(Pixel) - Get the pixel value at location directly
@Robert Valentino · 2020-02-23
B4JTutorialB4J
B4JPackager11 - as ui program
Using it as a non-ui program works well, but I prefer using it as a ui program. Therefore, I have now changed the application as ui program.
@Filippo · 2020-02-23
B4ATutorialLinux
Run B4A in Ubuntu 19.04
Run B4A in Ubuntu 19.04
@Songwut K. · 2020-02-22
B4ILibraryImages [FLANIMATEDIMAGE]
GifView [FLAnimatedImage]
FLAnimatedImage is a performant animated GIF engine for iOS: Plays multiple GIFs simultaneously with a playback speed comparable to desktop browsers Honors variable frame delays Behaves gracefully under memory pressure Eliminates delays or blocking during the first playback loop Interprets the frame delays of fast GIFs the same way modern browsers do
@Semen Matusovskiy · 2020-02-22
B4ALibraryAccessibility
Accessibility Services (assisting users with disabilities, automation etc)
This is a partial wrap/library for Android''s Accessibility Services which you can read about here: https://developer.android.com/reference/android/accessibilityservice/AccessibilityService
@moster67 · 2020-02-22
B4XClassJSON
Json to Class - Class to Jason - Class to map - Map to class
Json to Class / Class to Jason / Class to map /Map to class
@delgadol · 2020-02-21
B4ATutorialInterop
B4A and PHP REST
B4A and PHP REST
@Songwut K. · 2020-02-21
B4ALibraryB4A
XmlLayoutBuilder
The standard way to build the UI in Basic4android is with the visual designer / designer script. You can also create UI elements by code. This library adds a third option which is to use xml files to define the layout. This is Google''s standard method. This option is especially useful if you want to reuse resources created for an Android Java project. All three options can be combined together.
@Erel · 2020-02-20
B4ASnippetTable/Grid
B4XTable Tricks
1) Find navigation panel and switch positions with search filed 2) Add click event to page number, the pageButton event will open a dialog to specify a target page (you need to add a B4XDialog and set B4XTable1.CurrentPage = InputTemplate.Text) 3) Light theme for search field
@William Lancee · 2020-02-19
B4ATutorialTheme
IDE Theme: Night Owl
Even though I don''t know enough to help people with B4A code, I thought that I would give back what I can and share an IDE theme with you. I ported one of my favourite VS Code themes, Night Owl to B4x and it''s attached to this post. It''s a quick-and-dirty initial conversion, and still does need a few tweaks and refinements, but most of the elements are the right colour. It''s good enough to start using, so I thought that I would upload it here - hope that it''s useful to someone.
@Cyan · 2020-02-18