Hi there Download You can read this Medium Article where I introduce this tool. You can check out the Alpha First Look from this YT video. PS: If you would like to be part of this, running tests, debugging, etc, you are welcome to, please...
Hi all. I made today this simple dashboard to know views, clicks and earnings of adbuddiz This is working only to show yesterday stats. When the adbuddiz add today and real time on the API i will add on the tool too. The Login/Pass its stored...
Hi there The first leg of the Project Management WebApp source code is available for download. This WebApp is being developed in pieces to showcase how one can develop similar apps using Low Code Vue WebApps methodologies. At this current...
A simple math formula plotter but it is much harder than I thought for implementation... The calc within Windows is a very nice graphic calculator but I don't know why it can't plot tan(x). I found several math expression evaluation libs in the...
B4X Projects Launcher is a must-have application for every Developer. What B4X Projects Launcher Does: 1. Creates new projects with application names in its own directory Directory Structure Main Directory: B4X Projects Sub Directory: B4A...
This was done for my wife who just wanted to record her weight when slimming, which is nearly every month or week, depending if the dress she wants to wear fits or not :) It starts off with a simple config screen where the user enters standard...
Hi there, I am gonna share with all you "celebration book" for all known Greek names (Giorgos, Giannis, Christos, blah blah)... well in Greece we have many Names that celebrates, so a good calendar must inform for all these days (sometimes are...
It has been a hell of a week, but I finally succeeded in implementing FIDO2 Passwordless Authentication in B4J ? Passwordless authentication is an authentication method in which a user can log in to a computer system without the entering a...
Hi there Download What is BVAD3 Isiketshi? Isiketshi is an African Xhosa word that means Sketch. The purpose of Isiketshi is that "anyone who wants to", to be able to create prototypes of their forms. As a BVAD3 creator, you want to experience...
Hi, a simple Bingo caller with two screens to be used as I did, connected to a TV from the PC, the called screen is dragged onto the TV so players can see what has been called, it's a simple program with a lot of repetitive coding, I'm sure some...
This is my first attempt at B4J Apps. I wanted to write a tool to help me with organizing/sorting functions for my b4a apps. It can help you: 1. Sort Subroutines in lexicographical order (when you have too many subs which are in your code in no...
A small music tool to detect simple chord (maj, min, 7) and change speed in real time while playing a preloaded mp3 song. Although I have better chord analyzer tool for learning guitar, I want to make one to see how it works, and realized that...
Php.Show is a small utility app that has been built with b4j as a php source code generator. One is able to define a table and its fields (currently text and int) and then Compile a single php file based on the table name that can be used in a...
This will feature some websites & webapps created with BANano We have liftoff...;) Public Website: http://www.amitekbc.co.za Update: Added Online Application Module for registration...
Hi there Open Demo from your Mobile Device From our associates!!! It's a pleasure to indicate that a new product is coming soon, a MobileUI WebApp Development Kit / Template Our company has developed an open source and freely available...
Hello, This a small class generator. The class use this concept, thanks to @Emme Developer. Enter the Class Name Enter the fields list (Name, Type and Default Value). Click on the 'Copy' button In your Project, add a Standard Class module...
Ported lode runner to B4J with more than 400 levels based on reference of several open source projects. Are you a lode runner fan in old days? Just use jBitmapcreator for all drawings and jReflection for keyboard control from forum. Runs...
Hello. I would like to present a simple service that I once wrote for a client and now modified for myself. The service consists in sending an anonymous message to the recipient on a telegram. How it works: 1. We join the telegram bot (name on...
hi in my work, we have to engrave numbers on our parts via Laser. the whole process to load the correct numbers from an inside use program to the laser machine took about 6 steps. 1, open the program -> enter the job number and load the numbers...
Hi, I adapted a circular buffer type originally written in C and C++ by Phillip Johnston of Embedded Artistry. Circ Buffer P Johnston The circular buffer uses a list which expands to a maximum size as entries are added then persists with...