ModBus RTU
ModBus RTU
@OGmac · 2020-03-18
Tip: Getting rid of the excessive compiler logs - Arduino 1.8.10
There is a bug in Arduino v1.8.10 which causes debug output to be produced during compilation. You can disable it by editing: C:\Program Files (x86)\Arduino\arduino_debug.l4j.ini This requires administrative access.
@Erel · 2020-03-17
Inline Data Capture for Use in Development and Testing [B4X]
Say you want to create a small data set for testing. You can grab something from Excel, Word, or an old File and copy it to the Clipboard. While in the IDE, you can then paste it in the smart string section of the Sub shown below (or if it is reasonable small just type it in). It converts it then into a civilized list of string arrays. Of course if you already do this or are used to setting up a separate testing file. Then this is not for you.
@William Lancee · 2020-03-17
B4XTable Export to JSON [B4X]
B4XTable Export to JSON [B4X]
@Brian Michael · 2020-03-17
iNES - NES Emulator for B4i - Create your own NES Console using NES ROMs
iNES - NES Emulator for B4i - Create your own NES Console using NES ROMs
@Alberto Iglesias · 2020-03-16
jcifs-ng SMB-Client [SMB2]
jcifs-ng SMB-Client [SMB2]
@DonManfred · 2020-03-15
CSS Themes [BMStyle]
A simple Module to set a css style for your proyect.
@Brian Michael · 2020-03-14
Shift Registers [Serial In Parallel Out - Parallel In Serial Out]
This is a very useful tutorial by the guy in dronebotworkshop which opened new horizons for me since I didn''t know there were two kinds of shift registers (actually four).
@hatzisn · 2020-03-13
JDBCSQL [Connector/J] - Connect directly to MySQL, MS SQL, PostgreSQL and MariaDB database servers
I needed a simple way to connect to a particular database. Using the attached project you can use the simple to follow JDBCSQL B4J code to connect to either MySQL, MS SQL, PostgreSQL and MariaDB databases with ease.
@Peter Simpson · 2020-03-13
FusedLocationProvider
FusedLocationProvider is Android''s latest attempt to improve the location services available to your applications. Official documentation can be found here: https://developer.android.com/google/play-services/location.html. This library depends on the Google Play Services library and the GPS library. The GPS library is required in order to use it''s Location object.
@warwound · 2020-03-12
Add UpdateLength to rAdafruitNeoPixel Library
I added the UpdateLength to rAdadruitNeoPixel library. The AdafruitNeoPixel Library supports changing the length of the string on the fly.
@Robert Valentino · 2020-03-12
Tutorial of connecting Android to MS SQL Server using jRDC2
Tutorial of connecting Android to MS SQL Server using jRDC2
@Bladimir Silva Toro · 2020-03-11
SharedPreferences - Save Key-value data
SharedPreferences - Save Key-value data
@ProgrammedComputer · 2020-03-11
RoundSlider Min/Max Values
I''ve just changed the XUI Views Library to have Min/Max Properties editable at runtime
@advansis · 2020-03-11
Publishing your app to the App Store
Publishing your app to the App Store
@Erel · 2020-03-11
Allow user to select custom notification sound and have complete control over playing it
Allow user to select custom notification sound and have complete control over playing it
@JohnC · 2020-03-11
LCD Char maker
A simple LCD char maker written in B4J (open source, source included).
@rwblinn · 2020-03-10
Inspiration: How I made a 3D game in only 2KB of JavaScript
Inspiration: How I made a 3D game in only 2KB of JavaScript
@Sandman · 2020-03-09
Exchange Data via OkHttpUtils and php [or other platforms] via lists, maps, arrays, etc. [B4x]
Exchange Data via OkHttpUtils and php [or other platforms] via lists, maps, arrays, etc. [B4x]
@KMatle · 2020-03-08
Bal2Bjl
Following on from Erel and @Filippo ''s work, I have spent a little time and added some functionality to the code. I have tried it with some very old and complex B4a layouts and it seems to work, but I''m sure there will be some issues along the way.
@stevel05 · 2020-03-08
WatchFace Library
With this library you can create WatchFaces for Android Wear devices with B4A.
@corwin42 · 2020-03-05
Custom character creation for LCD
Custom character creation for LCD
@hatzisn · 2020-03-05
The Logic of Loading AutoComplete Input from API with BANanoFetch at runtime [BANano]
The Logic of Loading AutoComplete Input from API with BANanoFetch at runtime [BANano]
@Mashiane · 2020-03-04
Set the googlemap view minZoom and maxZoom values
Set the googlemap view minZoom and maxZoom values
@Modern_Digital · 2020-03-04
PDFBox [beta]. Editing PDF AcroForm Fieldvalues, creating PDFs with new AcroForm
This is a partial wrap for Apache PDFBox.
@DonManfred · 2020-03-04
Clears all markers, polylines and ground overlays that has been added to the googlemap
Clears all markers, polylines and ground overlays that has been added to the googlemap
@Modern_Digital · 2020-03-04
Change marker image in the googlemap view
Change marker image in the googlemap view
@Modern_Digital · 2020-03-04
smtp.gmail.com
smtp.gmail.com, working around error "java.lang.RuntimeException: Empty writer returned: 530-5.7.0 Authentication Required"
@Harris · 2020-03-03
How to create more Instances of the same AVD Emulator
How to create more Instances of the same AVD Emulator
@Sagenut · 2020-03-03
Dusk2Dawn
Minimal Arduino library for sunrise and sunset time: made a B4R class to call the sunset routine using native C
@Robert Valentino · 2020-03-03