Creating Multi-Page Apps - Part 4 [BANanoWebix]
Creating Multi-Page Apps - Part 4 [BANanoWebix]
@Mashiane · 2019-07-24
Creating a cross platform custom view packed as b4xlib [B4X]
Creating a cross platform custom view packed as b4xlib [B4X]
@Erel · 2019-07-24
Parsing your apps logs
Parsing your apps logs
@Erel · 2019-07-23
Creating Multi-Page Apps - Part 3 [BANanoWebix]
Creating Multi-Page Apps - Part 3 [BANanoWebix]
@Mashiane · 2019-07-23
Using Laragon as your development web server [WebApps]
Using Laragon as your development web server [WebApps]
@Mashiane · 2019-07-22
Input Dialog Class
Input Dialog Class
@ilan · 2019-07-22
Form Builder / Designer [BANanoWebix]
Form Builder / Designer [BANanoWebix]
@Mashiane · 2019-07-22
Creating Multi-Page Apps - Part 2 [BANanoWebix]
Creating Multi-Page Apps - Part 2 [BANanoWebix]
@Mashiane · 2019-07-22
App Creation Process: The UI [BANanoWebix]
App Creation Process: The UI [BANanoWebix]
@Mashiane · 2019-07-22
phonevalidator library
This library is a super simple wrap of google''s libphonenumber library. The only functionality exposed is to validate a phone number.
@JackKirk · 2019-07-21
rCheapStepper - library for the 28BYJ-48 stepper motor using ULN2003 driver board
An Arduino library for the 28BYJ-48 stepper motor using ULN2003 driver board
@Johan Schoeman · 2019-07-20
Animation with SetLayoutAnimated
Animation with SetLayoutAnimated
@rraswisak · 2019-07-20
NinjaData - Easy-to-use data structure with JSON input/output [B4X]
A B4X data storage class (for my own needs). It''s a JSON-like object container that''s loosely based on Python lists and dictionaries.
@wonder · 2019-07-19
Lesson 31 WixImage [BANanoWebix]
Lesson 31 WixImage [BANanoWebix]
@Mashiane · 2019-07-19
jAudioClip
This is a wrapper for the JavaFX AudioClip class.
@stevel05 · 2019-07-19
Circuit analysis to the maximum
This is a very detailed analysis on circuit analysis comprising of two videos. They are huge videos (1,5 hours almost each) but believe me it worth it seeing them. I faced all these subjects in Electronics I class of Physics department of University of Athens but the professor was either too lazy or always in a hurry to go into such great detailed analysis and I was really bagged back then not understanding easily these subjects. This guy is a great teacher and the new technologies (when I finished in 2005 there was not YouTube) are a learner''s paradise.
@hatzisn · 2019-07-19
Animated GIF Encoder
This Library allows you to create your own GIFs from Images
@Blueforcer · 2019-07-19
jConnectionPool - ConnectionPool extracted from jServer
If you want to use ConnectionPool in a UI app then you should use this library instead of jServer. jServer is not compatible with B4J Packager 11. jConnectionPool library is a subset of jServer with only the ConnectionPool feature.
@Erel · 2019-07-18
Introduction to the libGDX library
Introduction to the libGDX library
@Informatix · 2019-07-18
See human readable Arduino running time
See human readable Arduino running time
@hatzisn · 2019-07-17
RadioButton with ESP Server
RadioButton with ESP Server
@Hans- Joachim Krahe · 2019-07-17
MqttBroker
jMqttBroker library is based on the moquette open source project: https://github.com/andsel/moquette It implements a MQTT broker.
@Erel · 2019-07-17
Tetris [XUI2D]
I''ve ported the old Tetris example (https://www.b4x.com/android/forum/threads/demo-cross-platform-tetris-clone.94146/#content) to X2 framework. It is part of the examples pack.
@Erel · 2019-07-16
Lesson 30 WixHints [BANanoWebix]
Lesson 30 WixHints [BANanoWebix]
@Mashiane · 2019-07-16
Group and count Recordset [or list or array etc.]
Needed a fast way to take a recordset and group and count a specified column, so that is get the unique items of that column and count the occurrences of all those unique items. A recordset with a column with largish (10 to 2000 chars) and about 400000 rows produces a map with 60000 values and counts in about 700 milli-seconds.
@RB Smissaert · 2019-07-16
Creating a cross platform Tetris game [B4X] [BitmapCreator]
This example shows how BitmapCreator can be used to create a cross platform Tetris game. The code is an evolution of the code introduced in the "walking character" example.
@Erel · 2019-07-16
Remove multiple spaces inside strings
Remove multiple spaces inside strings
@gravel · 2019-07-15
Remove linefeeds & carriagereturn/linefeeds from strings
Remove linefeeds & carriagereturn/linefeeds from strings
@gravel · 2019-07-15
App Creation Process: The BackEnd with BANanoSQL [BANanoWebix]
App Creation Process: The BackEnd with BANanoSQL [BANanoWebix]
@Mashiane · 2019-07-15
SimpleGameEngine
This is a game framework for B4J that includes many features of advanced game frameworks like libGDX but is designed to be as simple to use as possible. It can be used for games of course, but also for animations, slideshows, paint program, etc. It is more complete than the Canvas library. This framework has been entirely written from scratch (except 20-30 lines taken from libGDX for the most technical parts of the tiled map reader). The Java source code is available against a donation of 10 euros or more. Don''t miss this game made with SGE (PacDroid, a Pacman clone): https://www.b4x.com/android/forum/threads/pacdroid.78617/ Let me know if you are using this library for a real project. And, of course, feel free to post comments and suggestions.
@Informatix · 2019-07-14