.Net Framework implementation of B4XSerializator [B4X]
The attached .Net dll is a .Net implementation of B4XSerializator. You can use it if you need to communicate with a .Net application or server.
@Erel · 2020-03-20
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
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
CoolLogo [B4X]
A cross platform custom view based on XUI and BitmapCreator. It draws a moving line over the non-transparent parts of the image.
@Erel · 2020-01-27
B4A Log Server [B4j] [B4a]
B4A and B4J. It enables multi window logging so you can organise and better read the logs you create in your code.
@stevel05 · 2019-12-31
My xCustomListView 1.73 [B4X]
Some features added to the last Erel''s xCustomListView (v. 1.71): ''xCustomListView v1.73 LM '' Added MultipleSelection: '' Property MultipleSelection '' Property SelectedIndices '' Property SelectedValues '' Public method UnselectAll '' Public method AddSelectedIndices '' Added private method SetPressedColor '' and modified PanelClickHandler to use it. '' Reorganized into Regions. '' ''xCustomListView v1.72 LM '' Added SetValue and GetAllValues
@LucaMs · 2019-12-30
RoundSlider [B4X] [XUI]
Cross platform round slider. Add it with the designer. Make sure that its width and height are the same. Make the custom view large enough as the custom view size includes the place for the thumb.
@Erel · 2019-12-26
SD: B4XViewEvent [B4X] [XUI]
Using the XUI views I realized the need to follow the events of Touch, Drag, Click and Release in a unique way.
@Star-Dust · 2019-12-24
HexMenu [B4X] [XUI]
Cross platform hexagons menu implemented as a custom view, can show up to 7 items
@Erel · 2019-12-23
Crash Deobfuscator [B4X]
I''ve put together a very quick & dirty B4J app that will deobfuscate Firebase Crashlytics crash reports. Basically all you do is copy the crash dump text from your Firebase console & paste it into the TextArea view, specify the path to the ObfuscatorMap file for the project in question & then hit the Deobfuscate button & it will convert all those pesky "_vvvvvvvvvv" obfuscations to the actual objects they represent.
@Computersmith64 · 2019-12-22
Forms Builder - Designer for B4XPreferencesDialog [B4X]
FormsBuilder is a desktop tool that helps with building templates for B4XPreferencesDialog
@Erel · 2019-09-22
SnapCLV - Move to the nearest item [B4X]
SnapCLV is a very simple class that adds a "snap" feature to xCLV in vertical mode. When the user stops scrolling the list the list scrolls to the nearest item so the top item will not be partially hidden.
@Erel · 2019-09-12
Button and ToggeButton with images [B4X]
Button and ToggeButton with images [B4X]
@Alejandro Moyano · 2019-08-04
XUI2D (Box2D) - Game engine [B4X]
XUI2D is a wrapper for jbox2d engine: https://github.com/jbox2d/jbox2d License: https://github.com/jbox2d/jbox2d/blob/master/LICENSE It is a B4A / B4J library. It will be eventually included as an internal library.
@Erel · 2019-07-31
Material Design Components [B4X] [XUI]
Multiple B4X Modules for Material Design Components to make Apps with the Material Design Components availabe for cross-platform.
@nobbi59 · 2019-06-17
SD ImageViewMultiple [B4X] [XUI]
This new view allows you to insert up to 4 images and be viewed simultaneously in a view potion (See example images) The images are inserted with a small animation that makes the image look like clock hands.
@Star-Dust · 2019-05-30
Page Indicator [B4X] [XUI]
B4XPageIndicator is a simple and cross platform custom view that indicates the current page. A page can mean many things, it is not limited to TabStripViewPager.
@Erel · 2019-05-12
B4X Template Manager [B4X TM]. Share your layouts with others
Works with B4A, B4J and B4i. Importing of zipped templates (Fully automated procedure). Previewing of original templates in B4X packages. Displays libraries used. Preview template screenshot. Automatically starts B4X after clicking on the ''Create'' button. Map both projects and template folders for ease of use. Remove the template from B4X TM (Does not delete the original files).
@Peter Simpson · 2019-05-09
CLVHeader - Add a nice animated header to xCustomListView [B4X]
CLVHeader - Add a nice animated header to xCustomListView [B4X]
@Erel · 2019-04-30
AS Placeholder View V0.1 BETA [B4X] [XUI]
This is a B4X variant of the 50 shades of lib. for android. This is a beta, because i only test it on B4A, but the code is B4X, it can have bugs on B4I or B4J.
@Alexander Stolte · 2019-04-29
Cross platform circular progress bar with gradient fill [B4X] [XUI]
Cross platform circular progress bar with gradient fill [B4X] [XUI]
@Erel · 2019-04-03
b4xlib Cloud Text-To-Speech [B4X]
Google Cloud Text-to-Speech converts text into human-like speech in more than 100 voices across 20+ languages and variants. It applies groundbreaking research in speech synthesis (WaveNet) and Google''s powerful neural networks to deliver high-fidelity audio. With this easy-to-use API, you can create lifelike interactions with your users that transform customer service, device interaction, and other applications.
@Multiverse app · 2019-03-29
SD DogLoadingIndicator [B4X] [XUI]
SD DogLoadingIndicator [B4X] [XUI]
@Star-Dust · 2019-03-13
jPDFviewer [B4Xlib]
jPDFviewer [B4Xlib]
@Tayfur · 2019-03-04
AS BottomMenu [B4X] [XUI]
I develop Cross Platform Apps, it was too much code and too much effort to assemble my own bottom menu from many views. So I decided to build a class that I just need to add one view in the designer with less work. ;) -You have many options to customize the menu. -easy to use -compatible with B4A,B4I and B4J -you can hide the middle Button -4 Tabs or 2 Tabs
@Alexander Stolte · 2019-02-25
HSV Colour bar [B4X] [XUI]
I have taken Erel''s HSV Colour Picker https://www.b4x.com/android/forum/threads/b4x-xui-hsv-color-picker.91058/ and converted it into a bar as his picker was too large for my app. It is really a Hue picker. You can have either horizontal or vertical orientation.
@Andrew (Digitwell) · 2019-02-13
jPictureBox [rotate & zoom][B4X]
This is as image and basic movie viewer. it can enlarge or reduce the size of the pictures and movies. It can rotate only pictures to the right or left. You can also make full screen.The Contex menu is available in the menu itself, but you can add your own.
@Tayfur · 2019-02-12
B4XLoadingIndicator [B4X] [XUI]
This is a custom view that can be used as an alternative to indeterminate progress bars. It is compatible with B4A, B4J and B4i.
@Erel · 2019-02-01
AnotherProgressBar [B4X] [XUI]
A simple, cross platform, indeterminate progress bar. Depends on BitmapCreator v4.50+: https://www.b4x.com/android/forum/threads/b4x-xui2d-box2d-game-engine.95208/ It uses the new BitmapCreator async drawing features.
@Erel · 2019-01-20
CloudKVS Update for Delete [B4X]
I updated the CloudKVS Class file, as well as the Server to handle full user deletes as well as a Remove function in case a Put Null doesn''t work in your particular situation.
@techknight · 2018-12-06