B4JLibraryTable/Grid
jTableViewExtended
This library extends TableView and provides more control on the columns and cells.
@Informatix · 2019-07-14
B4ALibraryCamera
Camera Intent, Picture and Video
Camera Intent, Picture and Video
@spsp · 2019-07-14
B4RLibraryB4R motor [S]
rTinyStepper_28BYJ_48 - A library for the 28BYJ_48 stepper motor[s]
This Arduino library is used to control one or more 28BYJ-48 stepper motors. These motors are very small with a built in gear reduction. The advantage of these motors is that they are inexpensive and easily available on Amazon. Their downside is that they''re very slow (0.3 revolutions/second max), and only suitable for light-duty applications.
@Johan Schoeman · 2019-07-13
B4JSnippetGame
What you need to read the SEL file of SceneEditor
What you need to read the SEL file of SceneEditor
@Informatix · 2019-07-12
B4XSnippetB4R
B4R Ints to B4A and B4J Ints
B4R Ints to B4A and B4J Ints
@rodmcm · 2019-07-12
B4JTutorialBAnano [OFFTOPIC][BANANOWEBIX]
WixPivot on PRO [OffTopic] [BANanoWebix]
WixPivot on PRO [OffTopic] [BANanoWebix]
@Mashiane · 2019-07-10
B4JTutorialExcel
jPOI to the rescue...my case today...
I received a request to consolidate 1.1GB worth of data with 511 files, excel spreadsheet files from a particular tab that has about 120+ columns and I should use a similar template to write all the consolidated rows. Thanks to b4j and jPoi, following on Erels way of doing things, all went well, well with challenges..
@Mashiane · 2019-07-10
B4JTutorialBAnano - database [BANANO]
Exploring Using PHP & SQLite for your WebApp [BANano]
Exploring Using PHP & SQLite for your WebApp [BANano]
@Mashiane · 2019-07-09
B4JSnippetExcel
Tip - Forcing Excel Columns To Be Stored As Text
Use case: reading an Excel workbook where the column data is not consistent. Some of the cells are correctly stored as dates and some as text. Handling the various types is easy in B4J assuming that you can access the raw text value.
@Erel · 2019-07-08
B4XTutorialGame
Scene Editor
Scene Editor
@Informatix · 2019-07-07
B4RLibraryB4R LCD/TFT
rLCDBitmap
rLCDBitmap
@Johan Schoeman · 2019-07-07
B4RSnippetJSON
JSON Parsing
Two methods to help parse JSON strings
@Erel · 2019-07-07
B4AClassFirebase
FirebaseAdmob Native Ad Class
This example uses a pre-built layout and uses the Unified Native Ad for the type of native ad.
@Jack Cole · 2019-07-07
B4JTutorialBAnano - database [BANANOWEBIX]
Creating the Form Designer CRUD Backend BANanoSQL DB [BANanoWebix]
Creating the Form Designer CRUD Backend BANanoSQL DB [BANanoWebix]
@Mashiane · 2019-07-07
B4RTutorialB4R LED
OLED display showing data from a USB to Serial com port using B4R and VB.Net
So you are wondering about sending data through a computer or laptop com port and receiving the data on your Arduino based microcontroller board. Well I decided to put together a short tutorial (one of many on here about this AsyncStreams) on how to receive data, but in this case directly from a computer or laptop. In this particular tutorial I quickly developed a program using VB.Net to monitor my laptop''s CPU utilisation, the program sends the CPU utilisation data directly to the microcontrollers connected com port via your computer or laptop, the CPU utilisation data is then displayed on an OLED display. As you can tell from the VB.Net source code, reading the data is done using PerformanceCounter and sending the data is done using a serial port, both just draged and dropped onto the design screen. I''ve attached the Windows executable in the attached zip file, the target Framwark is .NET Framework 4.5. I''ve also posted the VB.Net source code below the Arduino source code, just looking at the source code and the design screen shot, you should easily be able to recreate the Windows program.
@Peter Simpson · 2019-07-06
B4ATutorialCamera
CAM2FTP create time elapsed videos
This app save each image into a server via FTP and if you want download all images to merge into a video
@Luis Marcom · 2019-07-06
B4JTutorialBAnano [BANANOWEBIX]
Lesson 8.4 Enhanced Data-Table [BANanoWebix]
Lesson 8.4 Enhanced Data-Table [BANanoWebix]
@Mashiane · 2019-07-05
B4JTutorialBAnano [BANANOWEBIX]
Lesson 8.2. The DataTable/DataGrid [BANanoWebix]
Lesson 8.2. The DataTable/DataGrid [BANanoWebix]
@Mashiane · 2019-07-05
B4JTutorialBAnano [BANANOWEBIX]
Lesson 6.X Form Validation [BANanoWebix]
Lesson 6.X Form Validation [BANanoWebix]
@Mashiane · 2019-07-05
B4JTutorialBAnano [BANANOWEBIX]
Lesson 29 MessageBoxes [BANanoWebix]
Lesson 29 MessageBoxes [BANanoWebix]
@Mashiane · 2019-07-05
B4JTutorialBAnano [BANANOWEBIX]
Lesson 28 Suggestions [BANanoWebix]
Lesson 28 Suggestions [BANanoWebix]
@Mashiane · 2019-07-04
B4XTutorialCustomView [B4X]
Custom Views with Enhanced Designer Support [B4X]
Custom Views with Enhanced Designer Support [B4X]
@Erel · 2019-07-04
B4RLibraryAudio/Video
rTone - playing tones on a passive buzzer
rTone - playing tones on a passive buzzer
@Johan Schoeman · 2019-07-03
B4XTutorialB4X
XOR operation for Boolean
XOR operation for Boolean
@Tayfur · 2019-07-02
B4JTutorialBAnano [BANANOWEBIX]
Lesson 25 Template [BANanoWebix]
Lesson 25 Template [BANanoWebix]
@Mashiane · 2019-07-02
B4JTutorialBAnano [BANANOWEBIX]
Lesson 24 ScrollView [BANanoWebix]
Lesson 24 ScrollView [BANanoWebix]
@Mashiane · 2019-07-02
B4JTutorialBAnano [BANANOWEBIX]
Lesson 23 WixVideo [BANanoWebix]
Lesson 23 WixVideo [BANanoWebix]
@Mashiane · 2019-07-02
B4JTutorialBAnano [BANANOWEBIX]
Creating a Multi-Page Interface in a SPA [BANanoWebix]
Creating a Multi-Page Interface in a SPA [BANanoWebix]
@Mashiane · 2019-07-02
B4ATutorialB4A
AndroidX SDK
Android Support Library was implemented and maintained in the last 8 years by Google. It includes a wide range of features and it hides many of the differences between the various Android versions. Android Support Library was replaced by AndroidX SDK. It is no longer maintained and new versions of Firebase SDK depend on AndroidX. This is a good time to switch to AndroidX.
@Erel · 2019-07-02
B4ALibraryPrint
ThermalPrinterHelper
Aim is to use the simplest way to print from a Bluetooth printer.
@somed3v3loper · 2019-07-01