✨ DBUtils B4J
In both the demo and DBUtils.bas, the modifications were minor in order to accommodate MySQL. Summary of DBUtils changes: 1) Added the public variables DB_VARCHAR and DB_BIGINT. MySQL cannot index TEXT fields, thus I had change the Student''''s Id to DB_VARCHAR. Also, MySQL''''s INTEGER field could not hold DateTime''''s long values and thus I added DB_BIGINT. 2) Added a couple of private variables and a new public function (SetEscapeChars) that lets you set the DB''''s escape character. I also modified EscapeField to use these new variables and made the method Public (since it seemed useful for modifying some code in the demo). 3) InsertMaps had an SQL statement that hard coded the escape characters and I changed it to use the EscapeField method
@OliverA · 2017-06-12v2017-06-12
✨ Morphos B4A
Animations made easy
@Johan Schoeman · 2017-06-10v2017-06-10
✨ WaitForInternet B4A
Your application will be able to get through an event, as it connects to the internet via Wifi or 3G, without the need to be checking all the time, not consuming battery unnecessarily. In the Full Version, you have a double check for then internet connection over the ping method to bypass Captive Portals and have a ForcePing Method to check the host connect in any time you want.
@Alberto Iglesias · 2017-06-09v1.0.1
✨ iExternalAccessory - A flexible and customize way to connect MFi devices B4I
This library was built for create apps using devices with iAP protocol and MFi.
@Alberto Iglesias · 2017-06-09v1.0.0
✨ SmartyToast B4A
Android library with collection of some smart toasts designs
@Johan Schoeman · 2017-06-08v2017-06-08
✨ Html Color Picker B4J
HtmlColorPicker is a custom view class that implements a color picker. The colors are set in the Colors field as a list of html colors separated with ''''|''''.
@Erel · 2017-06-08v2017-06-08
✨ BatteryProgressView B4A
Custom ProgressView.
@Johan Schoeman · 2017-06-06v2017-06-06
✨ Dialogs B4A
Date, Time, Text, Number, Color, File and Custom modal dialogs.
@Agraham · 2017-06-05v4.01
✨ ElemeShoppingView B4A
A cool shopping cart effect.
@somed3v3loper · 2017-05-31v2
✨ Facebook B4A
@NJDude · 2017-05-29v1.9
✨ TinyVM - 64Bit Virtual Machine B4A
TinyVM - 64Bit Virtual Machine
@wonder · 2017-05-27v2017-05-27
✨ MTrans - mini translator helper B4A
I needed a small tool to handle localization of my app. I found several fine options in the forum, and while they seemed like very competent tools, my needs were more modest and I wanted a smaller solution. So I created it, and thought I''''d share it in case someone might find it useful.
@Sandman · 2017-05-26v2017-05-26
✨ Spotlight PopUp Menu B4A
this is a lib i wrote (no wrapper) that simulate the new feature on android 7+ (Spotlight). this is NOT the feature Spotlight, it is a PopUp in Spotlight look. you can add few items to the popup menu and add icons to them.
@ilan · 2017-05-24v1.04
✨ DashedCircularProgress B4A
A Circular progress animated where you can put any view inside
@Johan Schoeman · 2017-05-23v2017-05-23
✨ Jfoenix Wrap B4J
JavaFX Material Design library
@Enrique Gonzalez R · 2017-05-21v2017-05-21
✨ CalibratorSensor B4A
Widget to calibrate sensors (Orientation). This Calibrator can be embedded in your own App. Keep your phone in a "portrait vertical position" and move it around in a figure 8 motion. The returned values are radians. Convert them to degrees if you want to display the values in degrees.
@Johan Schoeman · 2017-05-15v2017-05-15
✨ Cache B4A
Adds a LRU cache (memory and disk) to your application.
@Informatix · 2017-05-14v1.38
✨ ParticleTextView B4A
ParticleTextView
@Johan Schoeman · 2017-05-13v2017-05-13
✨ SecureMyText - AES256PasswordBasedEncryption-Decryption B4A
AES256PasswordBasedEncryption-Decryption A library that lets you use the AES 256 password based encryption/decryption for your android application in the easiest manner.
@DonManfred · 2017-05-12v2017-05-12
✨ MteEval B4A
MteEval is a library for compiling and evaluating math expressions at runtime. Expressions are converted to bytecode and then executed on demand with a mini virtual machine.
@stanmiller · 2017-05-12v1.06