B4ALibraryAndroid Things
Android Things
The Things library provides access to hardware features of Android Things platforms.
@Erel · 2018-04-29
B4AClassPicker
Analog Wheel Class
Unlike the Horizontal wheel (see WheelView class) , this wheel is analog - it can set or get any value in the range of the wheel, not just the labels. It can be designed in the designer as custom view, or added by code.
@Derez · 2018-04-28
B4ATutorialAnimation
3D Spinning Cube
3D Spinning Cube
@Johan Schoeman · 2018-04-28
B4ALibraryPicker
Ruler Picker
Android custom view that uses a ruler for picking the number from given range.
@moster67 · 2018-04-27
B4ALibraryImages
Magnifize
A Library to add Magnify effect on image.
@Johan Schoeman · 2018-04-27
B4ALibraryImages
LiveEdgeDetection
LiveEdgeDetection is an Android document detection library built on top of OpenCV. It scans documents from camera live mode and allows you to adjust crop using the detected 4 edges and performs perspective transformation of the cropped image. It works best with a dark background.
@Johan Schoeman · 2018-04-27
B4ASnippetStrings
Save/Load text formatted
Save & reload a formatted CSBuilder string
@ilan · 2018-04-25
B4ASnippetCustomView
How to add Custom Views programmatically
How to add Custom Views programmatically
@LucaMs · 2018-04-25
B4ASnippetDrawing
Cube-Spline Curve
Here is also an example of Cube-Spline made in B4A. This is just an exercise, but can be used with appropriate modifications for other applications.
@Star-Dust · 2018-04-25
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
B4ASnippetMenu
Side Menu Icon with xCustomListView
Side Menu Icon with xCustomListView
@rraswisak · 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
B4ATutorialB4A
Java 10 - B4A SDK Manager fix
Java 10 - B4A SDK Manager fix
@NJDude · 2018-04-19
B4ASnippetPrint
Print chinese word in BT Printer
Print chinese word in BT Printer
@diy.diskless · 2018-04-17
B4ATutorialB4A
Wrapping Kotlin code and libraries for B4A
In this post, I will publish a series of 3 videos to show you how you can wrap Kotlin code and libraries to be used within your B4A-projects.
@moster67 · 2018-04-16
B4ASnippetDatabase
Create SQLite field with default date now in milliseconds
Create SQLite field with default date now in milliseconds
@fredo · 2018-04-16
B4ATutorialB4A
Creating a simple Kotlin wrapper library
The purpose of this tutorial is to show a way of compiling Kotlin into your developed library as a "fat” JAR (a JAR file containing all necessary dependencies and classes bundled in).
@Jamie8763 · 2018-04-15
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
B4ATutorialPicker
Inputlist with images
For one of my project, i needed an input list that includes images and i was thinking of using clv for that, but i really wanted to use the native input list so with CSBuilder it is very simple to archive.
@ilan · 2018-04-13
B4ASnippetUpdater
Receive package update
Code to start the app automatically if it was updated
@fredo · 2018-04-12
B4ALibrarySlider
B4AFluidSlider
A slider widget with a popup bubble displaying the precise value selected.
@moster67 · 2018-04-09
B4ATutorialImages
Retrieve one or multiple image(s) shared to your app
With this code you can retrieve images shared to your app (e.g. if a user selects one or more images from the gallery and selects "Share..."). No permissions are required as the user selects the images.
@KMatle · 2018-04-08
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
B4ATutorialSerial comm/USB
Android Serial tutorial
Android Serial tutorial - The code in this tutorial should not be used for new projects.
@Erel · 2018-04-04
B4AClassPicker
Wheel class ver 2
Like the library, as a class.
@Derez · 2018-04-03
B4ALibraryAudio/Video
SoundMeter - Real Time display of Sound Level (dB)
SoundMeter - Real Time display of Sound Level (dB)
@Johan Schoeman · 2018-03-31