B4ILibraryB4I
iHockeyCrash - crash reports
iHockeyCrash is a wrapper of the HockeySDK (only the crash part) and allows you to receive crash reports directly to your Hockey dashboard, where they are symbolicated automatically (no mac required, you just need to upload the dsym symbols).
@JanPRO · 2018-08-23
B4ALibrarySwitch
SD Switch
SD Switch
@Star-Dust · 2018-08-22
B4ILibrarySwitch
iSD Switch
iSD Switch
@Star-Dust · 2018-08-22
B4ALibraryhttp
Tor Onion Router
Enable Android and Java applications to easily host their own Tor Onion Proxies using the core Tor binaries. Just by including an AAR or JAR an app can launch and manage the Tor OP as well as start a hidden service.
@Jamie8763 · 2018-08-19
B4JLibraryDatabase
Updates for sqlite-jdbc
Newest version (18.8.2018): sqlite-jdbc-3.23.1
@KMatle · 2018-08-18
B4ALibraryContacts
Contact Picker
I convert all code about select contact to single class easily. This class need to ContactUtils.
@Pooya1 · 2018-08-16
B4ALibraryB4A
Modified Sdk/AvdManager
Targets: 1) to expand the list of phones / tablets 2) to fix troubles with starting Platform 28 AVDs
@Semen Matusovskiy · 2018-08-10
B4ALibraryViewPager
ViewPager - Cleaned up ViewPager
This library is a cleaned up and slightly enhanced version of the AHViewPager library. There are some deprecated objects in AHViewPager that I removed here and it has a slighly better handling now.
@corwin42 · 2018-08-09
B4ALibraryAudio/Video
Bitmaps to Video
This is a library which creates a video from a series of bitmaps.
@CaptKronos · 2018-08-09
B4JLibraryInterop
MashMSWord: Beginning MS Word Tables
At some stage I will need to work with MS Word Tables, this is my attempt to do do using Inline Java.
@Mashiane · 2018-08-08
B4XLibraryB4X [B4X]
List2 [B4X]
Description: A simple class to add 3 methods to the native List. Methods: IndexOf2(Item As Object, StartIndex As Int) As Int Returns the index of the specified item starting the search from StartIndex. Returns -1 if Item was not found. GetAllIndexes(Item As Object) As List Returns a list of indexes of the specified item. An initialized empty list will be returned if no items will be found. Count(Item As Object) As Int Returns the number of occurrences of Item.
@LucaMs · 2018-08-08
B4RLibraryHome automation
rRCSwitch library
This is a wrapper for RCSwitch library. https://github.com/sui77/rc-switch Receive from or operate 433/315 MHz remote radio controlled devices. Tested with Uno, Mega and Wemos D1.
@janderkan · 2018-08-05
B4XLibraryViews - additional [B4X][XUI]
SD AwesoneWheel [B4X] [XUI]
SD AwesoneWheel [B4X] [XUI]
@Star-Dust · 2018-08-01
B4JLibraryViews - additional
Wrapper for TilesFX
A JavaFX library containing tiles for Dashboards.
@Blueforcer · 2018-07-26
B4JLibrarySocial
TwitterZapier Library
As I wanted to post messages to Twitter within my B4J app I couldn''t find any Twitter library''s (or code) to use with B4J, so I created this small library to allow me to tweet messages to Twitter.
@aaronk · 2018-07-25
B4JLibraryLogging/Exceptions
Syslog Library 0.69
Hi, this is a syslog library with RFC_3164, is an working project. have send udp, send tcp with static severity and facility. this is because only needed for a unique client. if someone have some interest I can finish it.
@victormedranop · 2018-07-21
B4RLibraryB4R
Updates to internal libraries B4R
Libraries from this thread should be copied to the internal libraries folder: C:\Program Files (x86)\Anywhere Software\B4R\libraries
@Erel · 2018-07-19
B4RLibraryFile handling
rESP8266FileSystem (SPIFFS)
ESP8266 comes with built-in file system provisioned on the chip flash. The file system is useful for storing persistent information.
@Erel · 2018-07-19
B4JLibraryTable/Grid
Bootstrap4Grid
This generates the HTML bootstrap grid from a single class, just a basic grid using original source code. This could be adopted for other grid generating frameworks. One could use JQuery to put components using the ids of the RCs, if one explores this further.
@Mashiane · 2018-07-19
B4RLibraryComms & Network
rRadioHead - RF95 / Default settings
I have succeeded to implement 2 functions and 4 constants from RadioHead/RF95 library. Sleep: will put the Lora radio into sleep mode, it will wake up next time you send something. ModemConfig: lets you select between 4 predefined modem configurations. Sending 25 bytes Mode=0 : Default medium range (75ms airtime) Mode=1 : Fast+short range (22ms airtime) Mode=2 : Slow+long range (1266ms airtime) Mode=3 : Slow+long range (Did not work on Dragino shield nor Dragino Lora Mini)
@janderkan · 2018-07-18
B4ALibraryAnimation [XUI]
SD RevealColorView [XUI]
This XUI library serves to change color to an animation (XUI) panel. This panel has the same methods as an XUI panel
@Star-Dust · 2018-07-17
B4JLibrarySerial comm/USB
jSerial for AArch64
I wanted to open a serial interface on my pine64 Board with ARM-64bit. Unfortunately, the official jSSC Lib does not support 64bit architecture. I have built a new one which supports 64bit as well as the officially supported platforms.
@Blueforcer · 2018-07-17
B4XLibraryEditText/Textview/TextArea/TextField [B4X][XUI]
xRegexField - regex validated data input [B4X] [XUI]
please find attached my porting to B4X/XUI of an old and very useful B4J class from @Erel. Fundamentally it is an EditText (or TextField) with a few properties useful to check user input and react accordingly. Pattern: used to hold a regex pattern in order to validate input data SafeValue: a backup value to be returned if input data is invalid ForceSafeVal: if True forces the class to return the SafeValue above BorderColor: border color to signal the user his/her data doesn''t match the pattern BorderWidth: border width used with BorderColor above BorderRadius: border radius used with BorderColor above LetFocusOut: if True allows the focus to leave the control even if data is invalid KbdType (B4A only): specifies one of three possible soft keyboards (TEXT, NUMBERS, DECIMAL_NUMBERS)
@udg · 2018-07-16
B4XLibraryImages [B4X][XUI]
CropView [B4X] [XUI]
Cross platform, custom view that allows the user to select the cropping window.
@Erel · 2018-07-10
B4RLibraryB4R clock
rESP8266rtc .. a Real Time Clock
A software based Real Time Clock.
@Starchild · 2018-07-07
B4RLibraryB4R clock
ESP32 - use real time clock library rESP8266rtc
I have updated the B4R library rESP8266rtc (v1.05) so it can also be used with the ESP-32 modules.
@Starchild · 2018-07-07
B4ALibraryLock/unlock
DSAlphaLockView
This library create alpha view black that blocks all content from an activity.
@Andre Souza · 2018-07-03
B4ALibraryTranslation/localisation [CHARGEABLE]
BGL Parser [Chargeable]
Java parser for Babylon dictionaries
@somed3v3loper · 2018-06-30
B4JLibraryABMaterial [ABMATERIAL]
Mapping with Leaflet.js? [ABMaterial]
Mapping with Leaflet.js? [ABMaterial]
@Mashiane · 2018-06-29
B4XLibraryStrings
GRLib (Assorted Functions)
I would like to share my library created. I have converted some of the Java Inline code such as isNumeric(), getMD5(), bytes2Hex(), getSHA1() and i have also added the following; 1. generateToken(param1) - This function generates a token using a random secure. 2. nToWord(tnNumber) - This function converts a number or amount into words.
@Cassie · 2018-06-27