B4RLibraryB4R LCD/TFT
rAdafruitSH1106 - SH1106 lcd
Adafruit graphic library for SH1106 driver lcds.
@Erel · 2018-04-22
B4RLibraryB4R other hardware
rAdafruit_MCP3008
Adruino Library for MCP3008 8-Channel 10-Bit ADC with SPI interface. http://www.adafruit.com/products/856
@Erel · 2018-04-22
B4ALibraryViews - additional
SD: ViewExtra
This library adds some elements of view. SwitchView: Android and IOS SD_Spinner: Animated spinner with images UpDown: A view that allows you to increase or decrease a number within the set limits AlfabeticListView: A ListView that places the items in alphabetical order and a separator for each letter SeparatorListView: A ListView that allows you to add separating lines between the components QuestionTime: A view where you can enter a series of questions with multiple answers. The user can answer each question, the class will return the results.
@Star-Dust · 2018-04-21
B4JLibraryOS
jSensors_B4J - load, fan and temps
View the temperatures, loads and fan speeds of the various components in your computer (like cpu, gpu, motherboard, disk)
@Roycefer · 2018-04-20
B4JLibraryFile handling
File Chooser Utils
I had thought there was something unusual about the FileChooser for a while, last night it dawned on me that it is not possible to select a specific file type from the list. I have created a Utils module to allow this. There are 4 options (only to save typing when setting it up) that allow entering individual file extensions that then are individually selectable, you have to enter a description for each file extension, you can also add a merged filter (with a separate name) this is what we have now, and a further option to add an all files filter, and an option for both. There is also a method to set the initially selected filer. It''s a static module, so you need to pass a FileChooser object to each call. You can compile it to a library if you don''t want to add the module to a project.
@stevel05 · 2018-04-20
B4ALibraryProgress/Gauge/Loading
SD: ViewAnimation
This class receives the view and an image as parameters. Once the class has been initialized, the image with the circular shape will be displayed in the background. With the "Progress" methods add a circular progress bar of different graphics to the survey as you can see in the attached image
@Star-Dust · 2018-04-19
B4ALibraryDatabase
SD: BindingNavigator (Sqlite GUI Navigator)
This is a first version of the BindingNavigator Library, which wants to somehow reproduce the corresponding BindingNavigator of VB.NET A DataSet Class is available that allows to associate some views (EditText, Label, ImageView, ToggleButton, CheckBox) with specific fields of a Sqlite DataBase. By scrolling the position of the DataSet the fields will be updated and if the fields in some way undergo a variation by the user, raising the UpdateChange event will in turn be modified in the DataBase. This very Agevolent construction of GUI related to the DB. In addition you have a Second ViewCalss NavigatorBar that adds a new Seek view to the design that is linked to the DataSet. Scrolling through the Seek will change all the views linked to the DataSet. And if the UpdateChange eventio is updated, the DB will be updated based on changes in the views linked to the fields. PS. a third class is being processed, this will automatically create views based on the fields in the table. The VievClass will be added to the Design and then the Mask will appear automatically with all the fields. There will also be the possibility to select only some fields that you need to have in the mask. But for this you will have to wait
@Star-Dust · 2018-04-14
B4ALibraryProgress/Gauge/Loading
KdGaugeView
KDGaugeView is a simple and customizable gauge control for Android inspired by LMGaugeView
@Johan Schoeman · 2018-04-14
B4ALibraryDrone
DJI Drones UI - use DJI widgets in your App
This Library is based on the Source (thanx for sharing it!!) of the DJI Library posted here.@Erel will combine the two libraries at some time. My permission is granted for this. The difference in the two libs are that the DJI Drones UI Lib is using the Mobile UI Library from DJI. With the Mobile UI Library you are able to use some nice UI Widgets in your App.
@DonManfred · 2018-04-14
B4JLibraryImages
Simple Image Info - Image Size and MIME type
Here is a port of a class found here: http://blog.jaimon.co.uk/simpleimageinfo/SimpleImageInfo.java.html that reads the size info from a file for GIF, JPG, PNG, BMP and TIFF files. Useful so you can determine whether to load the file or a Sampled version without having to load it fully first.
@stevel05 · 2018-04-09
B4XLibraryEncryption
B4XEncryption : Decrypt from Delphi
B4XEncryption : Decrypt from Delphi
@dcoun · 2018-04-09
B4ALibrarySlider
B4AFluidSlider
A slider widget with a popup bubble displaying the precise value selected.
@moster67 · 2018-04-09
B4ALibraryXML
JTidy
Convert HTML pages to XML
@Erel · 2018-04-08
B4ALibraryPicker
A new WheelView
This wheel is kind of up-down selector, it works quickly without jumps. The content is defined by a list of strings, clicking on the top part rotates the content one up, clicking on the bottom rotates the content one down. LongClicking on top or bottom starts the rotation one by one with a short delay, clicking on the center part stops the rotation. It is a customview so it can be added to a designer file or by code. There are few methods of appearance to make the wheel to your likes. enjoy.
@derez · 2018-04-08
B4ALibraryImages
B4AClayView - Crop and image trimming
You can use this to trim the outline of an image and create your own custom shape. You can also undo your previous trimming actions.
@moster67 · 2018-04-07
B4JLibraryXML
MashXML
MashXML seeks to be an extension of Erel''s XML2Map module with special attention to Library XMLs. I did this to help me parse library xml''s for other tasks I needed.
@Mashiane · 2018-04-04
B4JLibraryDrawing
jPCT3d (partial wrap)
A bit old ,non complete ,not tested and unsupported (sorry for that ) wrap for jPCT3d library
@somed3v3loper · 2018-04-03
B4JLibraryDatabase
HikariCP - High Performance Connection Pool
Fast, simple, reliable. HikariCP is a "zero-overhead" production ready JDBC connection pool. At roughly 130Kb, the library is very light.
@mindful · 2018-04-03
B4JLibraryTable/Grid
Master Details Using EditableTableView with CRUD
I''m designing forms with master detail functionality using a ListView and a TableView with CRUD functionality. I realized that I will have multiple controls in the screen and this will make my code a little hard to maintain with the many Create, Update and Delete functionality. Thus this is a customview that is made with another customview. So with this all I need to use are the events and the resulting output and nothing else.
@Mashiane · 2018-04-02
B4JLibraryExcel
MashPOI
MashPOI is a collection of some jPOI related methods that I have found from the forum and created a library. As much as there are a couple of functions in the modules, I also want to add functionality to easily add worksheets, add rows and style the various columns in Excel documents.
@Mashiane · 2018-04-02
B4ALibraryAudio/Video
SoundMeter - Real Time display of Sound Level (dB)
SoundMeter - Real Time display of Sound Level (dB)
@Johan Schoeman · 2018-03-31
B4ALibraryBarcode/scan
Android Vision Barcodereader
Android Vision Barcodereader
@Johan Schoeman · 2018-03-30
B4ALibraryComms & Network
AppUpdating
Allows checking for app''s newer versions on a webserver.
@udg · 2018-03-28
B4ALibraryImages
FaceSpotter
Augmented Reality in Android with Google’s Face API
@Johan Schoeman · 2018-03-25
B4ALibraryDialogs [LIB, TRANSPARENT]
A dialog that closes automatically after a few seconds [Lib, transparent]
A dialog that closes automatically after a few seconds [Lib, transparent]
@T201016 · 2018-03-24
B4ALibraryDatabase
SD_SqliteExtra
This new library is used to add some functions to the already precious SQL library. Insertion, updating and reading of images in fields of type BLOB. Functions to add a table, a field. Update a field. Delete a row or table. Commands to populate List and ListView also with images.
@Star-Dust · 2018-03-23
B4JLibraryDatabase
SD: SqliteExtra
This new library is used to add some functions to the already precious SQLite library. Insertion, updating and reading of images in fields of type BLOB. Functions to add a table, a field. Update a field. Delete a row or table. List of tables, fields and typos of the fields contained in the database Commands to populate List and ListView also with images.
@Star-Dust · 2018-03-23
B4XLibraryProgress/Gauge/Loading [B4X][XUI]
B4XProgressBar [B4X] [XUI]
A cross platform progress bar with built-in animation. Similar to: https://www.b4x.com/android/forum/threads/b4x-xui-custom-view-circularprogressbar.81604/#content You can change the colors, thickness and orientation.
@Erel · 2018-03-20
B4ALibraryBarcode/scan
Barcode Scanner - Just for fun.
Barcode Scanner - Just for fun.
@Johan Schoeman · 2018-03-17
B4ALibraryhttp
OkHttp
Replaces the Http library. The current Http library is based on the Android version of Apache HttpClient. Google has stopped updating this SDK a long time ago and they are removing it from Android M. This means that it is a good time now to switch to a different implementation. Note that if you are using HttpUtils2 (as you should) it is also based on Http library. The OkHttp library is based on the OkHttp SDK: http://square.github.io/okhttp/ As this is a newer SDK it supports new features such as SSL SNI, SPDY, Patch requests and better performance. The OkHttp wrapper API is almost identical to Http library API. The main difference is that the object names start with Ok (OkHttpClient, OkHttpResponse and OkHttpRequest). The following features are currently not available: - Digest authentication. - Proxy This library requires Android 2.3+.
@Erel · 2018-03-14