NumberFormat3
Number.Format3 operates in a similar manner to NumberFormat2 with additional parameters to provide specified separators, diferent number formats [IE scientific notation] and limit the number of characters for display
@Roger Daley · 2016-12-28
Android Support ExifInterface
This is a wrap for the Android Support ExifInterface
@DonManfred · 2016-12-28
FreeDrawView
A partial wrap for a View on which you can freely draw, customizing paint width, alpha and color, and take a screenshot of the content. Useful for note apps, signatures or free hand writing.
@Johan Schoeman · 2016-12-27
ColorPickerLibrary
A simple but powerful color picker for Android
@Johan Schoeman · 2016-12-27
B4AMediaBucket v1.0
B4AMediaBucket
@lonleystar · 2016-12-27
Button Text Autosizer
A helper to size the text on buttons, when they need to be dynamically sized. It supports a very wide range of device layouts.
@Martin Beukes · 2016-12-26
Sorting algorithms - Teaching with Basic4android
Sorting algorithms - Teaching with Basic4android
@Erel · 2016-12-21
CloudRail - CloudStorage (Dropbox, GoogleDrive, OneDrive and Box) Payment (PayPal, Stripe), POI
This is a Wrapper for the CloudStorage API from CloudRail.
@DonManfred · 2016-12-20
Exploring SQLite Core Functions, Part Three
Exploring SQLite Core Functions, Part Three
@Mahares · 2016-12-19
Zip4j-Password Unzip
Open encrypted ZIP files.
@Ydm · 2016-12-17
MLwifi
Simple wifi library
@HotShoe · 2016-12-17
ViewAnimations
One day, I saw an iOS library, which is a view shaker, it''s very beautiful. I think Android also need one, and should be better. So, I started to collect animation effects... and in two days, this project born.
@DonManfred · 2016-12-16
SingleDateAndTimePicker
Select a date and a time with only one widget
@Johan Schoeman · 2016-12-16
JSSimpleArcLoader - new progress dialog/loader
JSSimpleArcLoader - new progress dialog/loader
@SNOUHyhQs2 · 2016-12-13
Simple Push Framework
Simple Push Framework
@Erel · 2016-12-12
Storage
This library is a wrapper for the new SDK-Api in Android 5 (Lollipop). ATTENTION: YOU NEED ANDROID 5+ (Lollipop) to use this library.
@DonManfred · 2016-12-11
Save the Date! with SimpleDateFormatter
Save the Date! with SimpleDateFormatter
@stanmiller · 2016-12-11
Exploring SQLite Core Functions, Part Two
This is the second part of a three part series regarding exploring SQLite core functions which are explained in the following link, http://www.sqlite.org/lang_corefunc.html but lack examples. In this snippet I show examples for each of the next 13 functions that are available in SQLite by default . The SQL statement syntax and examples are listed below for these 13 functions: sqlite_version(), sqlite_source_id(), RANDOM(), REPLACE(X,Y, Z), SUBSTR(X,Y,Z), SUBSTR(X,Y), TRIM(X), RTRIM(X), LTRIM(X), RTRIM(X,Y), LTRIM(X,Y), TRIM(X,Y), total_changes()
@Mahares · 2016-12-11
Dotted lines
A sub that draws dotted lines along a panel top or left with the choice of stroke width, as well as dot length and line color. A boolean parameter Vertical indicates if the line is to be along top or left.
@MitchBu · 2016-12-11
TabDigit
A Flip Clock Libray
@Johan Schoeman · 2016-12-08
Setting up Firebase messaging in 5 minutes
This is a quick guide how to - set up a fresh app - creating a new firebase project in the Firebase console to receive Firebase messages.
@KMatle · 2016-12-07
Exploring SQLite Core Functions, Part One
Exploring SQLite Core Functions, Part One
@Mahares · 2016-12-07
Automatic adjustment of system date and time through GPS (root only)
Automatic adjustment of system date and time through GPS (root only)
@rtek1000 · 2016-12-05
MeterView
MeterView is a simple android meter component. It can handle exceeding values also by redrawing the whole scale.
@Johan Schoeman · 2016-12-04
Android based Closed Circuit TV (CCTV) example
Android based Closed Circuit TV (CCTV) example; Better example is available here: https://www.b4x.com/android/forum/threads/mjpeg-cctv-server.73792/
@Erel · 2016-12-04
Simple Code Module to implemente a License file using StringFunctions Encrypt
Simple Code Module to implement a License file using StringFunctions Encrypt
@Pedro Caldeira · 2016-12-03
MaterialDateTimePicker
Material DateTime Picker tries to offer you the date and time pickers as shown in the Material Design spec, with an easy themable API. The library uses the code from the Android frameworks as a base and tweaked it to be as close as possible to Material Design example.
@DonManfred · 2016-12-03
Verso - Offline Reverse Geo
Verso is a offline reverse geocode library based in OfflineReverseGeocode and optimized to be used on Android. Verso is capable to return the "city name", "country name" and the "country code" from a latitude and longitude provided. Verso is a singleton and use a internal data text file where all the geo info is located.
@DonManfred · 2016-12-01
Downloading and Printing 1 Bit BMP to ESC/POS Printer
Downloading and Printing 1 Bit BMP to ESC/POS Printer
@infow · 2016-12-01
TOTP (Time-Based One-Time Passwords)
A Java server library that implements the Time-based One-time Password (TOTP) algorithm specified in RFC 6238.
@beowulf6 · 2016-11-26