hi i am just playing around with b4j and i created a maze generator lib that creates randomly a full maze (with animation) the maze is stored with custom types to a list so you can easily move a character in it since you have all walls stored...
Hi to all! As i've been using the Builder Pattern a lot lately, i write a small utility in B4j that make the .bas file for B4A from the class instance with his property. B4J project is attached This is the tutorial...
Objectives To remote control, via bluetooth with a web browser user interface, a Lego® Power Functions motor & lights using an SBrick. Read more about the solution, download the B4J source code (B4J v6.00, ABMaterial v4.03).
Hi there The fact that on the Files tab, one is able to open a file with an external program got me thinking this morning. What if I can write a B4J app, that can get passed the file name I selected, then process something inside the file and...
Hello everyone. I converted a regular expression I wrote a while ago in AutoIt language. The purpose of this snippet is to extract all the network paths, addresses, and links from a string and returns a list populated with the results. Here is...
Hi, it is not my creation, I have only the convertor "Bal2Bil" modified. :)
Hi all, I know I'm late. But that's it I wish share my little tool EasyMenu. It serves to do some practice with JSON text and MenuBar. Have fun
For those interested in generating C/C++ based libraries for B4A, NLG 4 is out. :) https://www.b4x.com/android/forum/threads/native-library-generator-c-c-to-b4a.62163/
eMarker.Show is an emarking app developed with B4J to enable one to mark their learner MS Excel scripts using a computer based marking approach. This can be easily be adopted for any learning institution and more functionality added to manage the...
Read this first: https://10print.org/ create a new b4j project and paste this code: #Region Project Attributes #MainFormWidth: 600 #MainFormHeight: 600 #End Region Sub Process_Globals Private fx As JFX Private MainForm As Form...
Based on my B4J Code Snippet "Measure the password strength" https://www.b4x.com/android/forum/threads/measure-the-password-strength.83683/ I developed a program for password generation. Some of the program points are not yet available, but...
Hi: B4xgoodies is a scraping util made by @walt61 to search for libs/snippets/tutorials from a XLSM downloadable file via Dropbox (updated every week or so) I'd want to learn ABMaterial, so I've adapted the existing B4J app to a ABMaterial...
Bots are the next hot thing in 2016! So in my spare-spare time I've been working on a wrapper for the Telegram API v2.0 (B4T?). It has a rather unconventional API but I'm reworking it to make it very easy to write bots in B4J. Bots could be very...
I am happy to release AstralCore Version 1.00. AstralCore is my second library and is the next generation of @Erel 's KeyValueStore. The library contains three modules: LocalCore, RemoteCore, and CoreSyncher. Description of each Module...
hi i was bored so i did a small invaders game with B4J. i am planning to do a Invaders Game with SGE but this one is done with Canvas only. so have fun :) (i have not put any sound to the game because it would be too big to upload it to the...
My Web App made with ABMATERIAL it is on apple store and in google play store https://itunes.apple.com/it/app/solarapp/id1100131229?mt=8&ign-mpt=uo=4 https://play.google.com/store/apps/details?id=com.SolarEclipse.SolarCloud&hl=it ask me for a...
Hi, Update to Sqlite Repl, 07/31/2017 Implemented RECORDS command. This returns the number of records in the Current Query, or the number of records in the Current Table. Fixed an incomplete sentence regarding HTMLINPUT in the instructions...
Radio tuner developed in B4J controlling an FM radio tuner modules connected to an Arduino programmed using B4R. So here is a quick project that was inspired by fellow B4X developer @derez. I had ordered an FM module for testing with one of my...
A set of boring square buttons. But what happens if you press the transform button? ]
uuhhhh - my first B4J project ;) I haven't done any coding for some month and i wanted to do something just for the fun of creating it. So i thought - why not try B4J? And here it is: My PASSWORD GENERATOR! This is no masterpiece of coding and i...