B4XTutorialB4X [FIX][B4X]
Paralells Desktop 15 Windows 10 B4A,B4I,B4J and B4R looks blurry [Fix] [B4X]
Every time i have B4A on my second monitor on my mac, then the text was blurry and this was no fun to work with… Now i have a fix for this.
@Alexander Stolte · 2019-12-23
B4XLibraryMenu [B4X][XUI]
HexMenu [B4X] [XUI]
Cross platform hexagons menu implemented as a custom view, can show up to 7 items
@Erel · 2019-12-23
B4AClassFile handling
Add directory creation to the official ExternalStorage class
Addition to the ExternalStorage Class for creating a sub-directory
@ac9ts · 2019-12-23
B4XTutorialDrawing [B4X]
Drawing with BitmapCreator [B4X]
BitmapCreator (BC) continues to evolve. Version 4.5 update is a large update with several new drawing features.
@Erel · 2019-12-22
B4XLibraryFirebase [B4X]
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
B4XSnippetViews - additional [B4X]
LED Matrix [B4x]
This is a Custom view b4xlib that I created to add to my LogServer, I though it may come in handy for other purposes so I''d share it here. You can have any number of channels (Rows) and a practical limit of 32 LED''s (Columns) per channel as the state for each channel is stored in an Int, which is a 32 Bit variable. If you really want more you can change the State variable to a Long and then get up to 64. It will help if you know, or are willing to learn, how to manipulate bits with the Bit Command.
@stevel05 · 2019-12-20
B4JClassBAnano - database [BANANOMYSQL]
An inline PHP class for your MySQLI CRUD functionality [BANanoMySQL]
An inline PHP class for your MySQLI CRUD functionality [BANanoMySQL]
@Mashiane · 2019-12-17
B4ISnippetIRC / IM [SOME CORRECTIONS NEEDED]
Chat Layout Example [some corrections needed]
Chat Layout Example [some corrections needed]
@Mike1970 · 2019-12-16
B4RTutorialOther
EasyEDA - PCB Design CAD
Looking for free PCB design software I came accross the EasyEDA. It is one of the best I have seen since you get to design multilayered PCBs and see the designed PCB in 3d view.
@hatzisn · 2019-12-14
B4ALibraryBarcode/scan
1D and 2D Barcode Scanner ZBAR
Android library projects that provides easy to use and extensible Barcode Scanner views based on ZXing and ZBar.
@Johan Schoeman · 2019-12-14
B4ASnippetDate/time
TakeTime
A way to calculate the time taken by a part of source code (very simple and rarely useful but... I was tired of writing these lines every time).
@LucaMs · 2019-12-13
B4ALibraryCharts
Pizza
Pie chart
@soyVB6 · 2019-12-13
B4XSnippetGPS/location/maps [B4X]
Google Geocoding REST API [B4X]
Google Geocoding REST API [B4X]
@Erel · 2019-12-12
B4ITutorialAds
iAdMob and User Consent
iAdMob and User Consent
@Erel · 2019-12-11
B4JLibraryInterop
Discord Bot API
An easy to use multithreaded library for creating Discord bots
@Lieutenant-AMD · 2019-12-11
B4ALibraryTabStripViewPager
B4xEasyTabber - Cross Platform Tabber
What I wanted was a no frills tabber that allowed programmatic alteration of its content in addition to designer support. What I also wanted was a tabber that didn''t use multiple "pages" on iOS''s NavigationController.
@Jack Cole · 2019-12-11
B4XToolB4X [B4X]
Arabic translation is available [B4X]
Thanks to the hard work of @HAH, the Arabic translation is ready. It will be included automatically in future versions of B4X.
@Erel · 2019-12-11
B4ALibrarySpinner
Spinner Wheel - Vertical and Horizontal
Spin the wheel with a finger - up or down. The spinner is cyclic i.e it acts like a circular buffer.
@Johan Schoeman · 2019-12-10
B4XTutorialB4X
B4XGoodies Check App
B4XGoodies Check App
@AnandGupta · 2019-12-10
B4JTutorialLinux
Ubuntu 18.04 OpenJDK 11 & OpenJFX 11 B4J UI Sample
Ubuntu 18.04 OpenJDK 11 & OpenJFX 11 B4J UI Sample
@rwblinn · 2019-12-09
B4IClassNotifications [CLASS]
Foreground Notifications [class]
For my personal need, i had to write a small class in order receive notification when the app is showing (foreground).
@Mike1970 · 2019-12-09
B4JSnippetB4J [POWERSHELL SCRIPT]
Tidy Up Unused Modules [PowerShell Script]
A PowerShell script you can use to tidy up you project folder. You can run it from PowerShell ISE. It compiles a list of modules referenced in the b4j file and then compares this to modules in the projects directory. It then deletes modules that are not referenced. I used this to tidy up a large project from which I had removed a bunch of modules that were no longer needed.
@tchart · 2019-12-08
B4ATutorialBluetooth
PanicPuck - A low-cost, subscription-free panic button
I had looked into panic buttons (small portable devices that send an SOS by SMS, for instance for elderly people who took a fall and need help) and they either seem to be rubbish, or come with a monthly or annual subscription service and thought: that should and could be done differently (and cheaper).
@walt61 · 2019-12-07
B4JSnippetChoicebox
Choicebox set items
If you need to set the items in a choice box based on data or processes in your app it can be problematic to maintain the list when multiple changes occur, this can simplified by setting the items just before the choices are presented where you only have to create the items list once. To do this we can use the standard MousePressed callback which fires before the choices are shown. If you have more than one Choicebox, you can set the event names the same and handle them all in one sub, or do them separately if you prefer.​
@stevel05 · 2019-12-05
B4JSnippetMQTT
how to connect to a MQTT broker that requires a client certificate
Example of how to use a client certificate with the MQTT client
@madru · 2019-12-03
B4ISnippetTabStripViewPager [LIKE TABVIEW IN B4A]
Horizontal Panel Scroller [like TabView in B4A] with PageIndicator
A horizontal panel scroller, that correctly centers the loaded layout in the panels
@Mike1970 · 2019-12-03
B4ATutorialBluetooth
double joystick in b4a with bluetooth output
A double joystick to control things trough bluetooth
@Xakko Gris · 2019-12-01
B4ASnippetDatabase
Clean SQLite database, if it grows much
Long working apps have DB that grows and grows. It must be controlled, when records qty is very big, and most old data should be deleted
@peacemaker · 2019-12-01
B4ALibraryEditText/Textview/TextArea/TextField
ParsTyperEditText(TyperEditText)
TypeWriter view
@mshafiee110 · 2019-11-26
B4ALibraryViews - effects
ParsTrianglify(Trianglify)
Trianglify is an Android library that helps creates views with beautiful patterns. Trianglify is based on MVP architecture and licensed under MIT license.
@mshafiee110 · 2019-11-26