B4ALibraryMenu
Circle Menu
CircleMenu is a simple, elegant menu with a circular layout.
@Walterf25 · 2017-10-11
B4ALibraryPreferences
PropertyEditor - display/edit object properties or database fields / create an App settings page
PropertyEditor is available for IOS and Android and can be used to present object properties to the user for review and editing. It is modelled on the IOS Settings App (see https://www.b4x.com/android/forum/t...gs-to-the-default-settings-app.48778/#content)
@Misterbates · 2017-10-10
B4ALibraryFirebase [DONATIONWARE]
Firebase Appinvite [Donationware]
Firebase Invites are an out-of-the-box solution for app referrals and sharing via email or SMS. To customize the invitation user experience, or to generate links programmatically, use Firebase Dynamic Links.
@DonManfred · 2017-10-08
B4ALibraryBase64
Base64 encode/decode image library
Base64 encode/decode image library
@Peter Simpson · 2017-10-08
B4ALibraryGPS/location/maps
Read / Write files GPX - LibGPX v1.0
This library enables: 1. read the information contained in the files - GPX; 2. Write the GPS coordinates to the new file in the following format (see example).
@T201016 · 2017-10-07
B4ALibraryViews - additional
CustomTutorialView
CustomTutorialView
@NJDude · 2017-10-07
B4ALibraryGPS/location/maps
Unwired LocationAPI Android Library
The Unwired Labs'' LocationAPI locates all sorts of devices based on cell towers, WiFi APs and IP addresses, anywhere in the world. LocationAPI works both indoors & outdoors, when GPS isn''t available or preferred (high battery drain).
@Ohanian · 2017-10-05
B4ASnippetMaths
Python Modulo
In Python, the modulo (%) of a negative number is calculated differently providing us a more useful result for real-life applications.
@wonder · 2017-10-04
B4ASnippetB4A [A:B]
PyRange() - Python index operator [a:b]
Obtain any object or range of objects (or characters from a String), using square brackets, just like in Python.
@wonder · 2017-10-04
B4ASnippetStrings
isIn() - Python ''In''
isIn() - Find anything in anything!! :) Replicates the behavior of the Python keyword ''in'' which returns true if something is part of something else
@wonder · 2017-10-04
B4ALibraryGestures
GestureDetector
This library adds the detection of standard gestures (press, single-tap, double-tap, long tap, drag, scroll, fling, pinch, rotation) to B4A. Instead of using the Touch events to figure out what the user really did, now you just set 15 different listeners with one line of code and you get the gestures as events with all the useful values (scrolling distance, fling velocity, pinch variation, rotation angle...). With this library, you can also know easily the pressure or the size of a touch event.
@Informatix · 2017-10-02
B4ALibraryImages
MultitouchWithDynamicAddandRemove
Multitouch With Dynamic Add and Remove - Now you can dynamically add, remove, scale and rotate images, it''s real multitouch on Android
@Johan Schoeman · 2017-10-01
B4ALibraryList- and scrollview
Horizontal CustomListView
This is a simple library that I customize from the original CustomListView (vertically scrollable). You may find it useful like i do, to be able to make ''Messenger like horizontally scrollable online users.
@DaniDPX · 2017-09-30
B4ALibraryLabel
DynamicallyResizedLabel
Here is a simple dynamically resizable label inside a panel. Useful for ''posting'' like views. Specially using scrollable lists.
@DaniDPX · 2017-09-30
B4ALibraryDatabase
MSMySQL
Yet another MySQL-Library (but a FAST one)
@DonManfred · 2017-09-28
B4ASnippetUpdater
Check an update server, fetch and install a new app version
Check an update server, fetch and install a new app version
@nwhitfield · 2017-09-27
B4ASnippetFirebase
Get Firebase shortlink from long dynamic link
Code to get a shortlink from a long dynamic deeplink via "Firebase Dynamic Links REST API"
@fredo · 2017-09-25
B4ALibraryDate/time
CircleTimeView
Circle Time View is an android custom view for displaying time in a pretty format. The View is highly customizable, so you can adapt the appearance according your needs.You can use this view to create countdown timers, alarms or just allow user to set time manually.This library requires API level 8 or higher.
@Johan Schoeman · 2017-09-24
B4ALibraryAction Bar, Drawer, etc
CompactActionBar
This library will create a Compact ActionBar. You can display a clickable Logo, a Menu button and up to 20 action buttons, the ActionBar can also auto-hide.
@NJDude · 2017-09-19
B4ASnippethttp
Set HTTP Request Header with HttpUtils2
Set HTTP Request Header with HttpUtils2
@Erel · 2017-09-17
B4ALibraryDatabase
JdbcSQL - Directly connect to remote databases
This is a port of B4J jSQL library.
@Erel · 2017-09-17
B4AClassFile handling
File Explorer class
Allows to browse your storage devices. Embeds a picture and text viewer.
@Informatix · 2017-09-17
B4ATutorialList- and scrollview
Scrollview: Adding labels and setting their height automatically depending on the text(size)
This is just a simple example (and yes, there are others doing similar). You can modify this example it by using other colors, gradients, adding other views and so on to have a simple but good looking GUI.
@KMatle · 2017-09-16
B4ALibraryCompass
Phone as Compass Java library
The library sends the compass heading for which the phone is pointing.
@canalrun · 2017-09-15
B4ATutorialFirebase [RELATIONSHIP BETWEEN]
Firebase Invites/ DynamicLink/ DeepLink [relationship between]
Firebase Invites/ DynamicLink/ DeepLink [relationship between]
@fredo · 2017-09-15
B4ATutorialGPS/location/maps
Google Maps with FusedLocationProvider
Google Maps uses the GPS as its location provider. It will not show the current location if GPS is disabled. It is possible to switch to a custom location provider.
@Erel · 2017-09-13
B4ALibraryOther
Tesla
The unofficial Tesla library for B4A
@Jamie8763 · 2017-09-12
B4ATutorialEditText/Textview/TextArea/TextField
Expand the Eddittext row for row like WhatsApp
Expand the Eddittext row for row like WhatsApp
@Alexander Stolte · 2017-09-12
B4ASnippetContacts
Simulating Android App Contacts behavior
I have needed a kind of email address manager and I have added it the Android App Contacts behavior using a CustomListView, an sticky first char while scrolling.
@Manuel Martinez · 2017-09-11
B4ALibraryEncryption
Encrypt / decrypt
This libs consume 2 methods. encrypt base on encrypt 3des with key and encode in base64. same to decrypt.
@victormedranop · 2017-09-11