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...
This is my first web app which uses leaflet as a mapping component. Source is attached.
I have created this code generator, using a code template to use the same name as the views in the layout. The B4X Dialog Custom template (B4XPreferenceDialog) generates the necessary class to create the dialog using the names of the designer...
SALE New Version 20€ - Old Version 10€ (The B4A App will be included in the price to be installed on an android device to work from IPCam) Small slide/video direction. New version announced at post 18 It allows you to send images and videos...
Hi there The creation of the Package Manager (which you will run yourself to tree-shake your BVAD3 package for your app), has started. So far my theories about this are rather simple. 1. You get the free BVAD3 package manager and run it. 2...
Hello everyone, This is a remake of the old awesome Lunar Lander Game from the 80s. It is written in B4x (B4j) and can be easily ported to Android and iOS. It includes also a Camera Zoom feature like the original game. Link...
Domoticz Quick Viewer Purpose To view Domoticz devices in an Android & Desktop (Linux, Windows) App [iOS is not supported]. To select devices from room plans and custom plans Favorites, Used, All, Not Used and User Variables. To view selected...
This B4XPages (B4J and B4A) project was Inspired by the work of Picasso. I used two techniques: (1) random polygons with a smoothed/rounded edge (see code for details) (2) Bezier curves to create the stems of the flowers When you click/touch...
Ola It is with a great pleasure that we have successfully released the BANanoVuetifyAD3 BANanoServer New Awesome Kitchen Sink - UI Phase project. This would not be possible without Alain and Erel. A many thanks to them. Also a great...
Hello b4x-community, I like history and I like more old inventions. I like to see how people with almost 0 tech created such amazing machines. I came across the Enigma Machine a few days ago and it fascinated me how people tried to solve the...
I've been using this simple app to test an API I'm developing. It's been very handy for me. I thought someone else might have some use for it. There might be some bugs. You can use JSON or a parameter string for GET or POST requests.