Time flies and the downloads are increasing. The new club is now open :) Post here if you developed a B4A app with 500k+ downloads.
Was your app downloaded 100,000 times or more? If yes then you are welcomed to post a link and screenshot of your app here.
⭐⭐Special Promotion: 15% Off on Any Project You Choose! Since we are at the end of the year, I decided to gift you with a special Holiday promotion! Purchase any app or software I have developed and take advantage of this exclusive offer. With a...
Dear developers community, I searched the forum for a code to show meta data of font files as .ttf or .otf files which may include : font fullName, familyName, ID, Manufacturer, ..etc, But later I discovered that Android does not provide such a...
Good morning friends, I share this little utility of mine for managing barcodes, most of the code was found here in the forum, assembled, corrected by Gemini and used, very convenient for generating many types of barcodes as you can see, to be...
Hi everyone, I’m very happy and excited to present my new project: PistolApp.com – a virtual reality trainer for sport shooting, designed and developed with B4A. With PistolApp you can practice precision shooting exercises directly from your...
This is a 3D viewer that displays .glb files, for now at least, with user interaction to move the objects and load different animations for each file. It depends on a webview, so it is non-native if we take Android controls in consideration. It...
(B4A, B4i, B4J) (Note: This is basically Erel's sample project; I just had to create the .zip file, rename the "root" folder (the one containing the B4A, B4J, and B4i folders) and rename the projects (and .meta files) to $APPNAME$. That's...
Android has a chronometer widget. The code demonstrates this as shown : Code in Github
Class that converts panels to Glassmorphism Features: - Blur - Opacity - Corner Radius - Glass Color - Glass Border Width - Glass Border Color This class uses B4X (cross-platform) code, with no external libraries. Your comments are...
Sellixor is a sales system developed in B4J, integrated with MySQL and the Resent API, which offers comprehensive management with three user types: Admin, Manager, and Salesperson. The Admin has full access to the system, allowing them to...
Hi guys, Wanted to help out a fellow community member to achieve pushing views to a secondary display and I'm posting it on a new thread as suggested by multiple members. This is not the most elegant piece of code nor it is flexible. All it...
WHAT'S NEW IN VERSION 3: 1-No More Direct Connection to The Database Server (All Clients Now Consume the Restful Service); 2-Client and Delivery Boy Apps Are Now Different (This Was to Avoid Adding Background Localization to The Client Side)...
Hi all: *** ADDED Project with B4XPages working on B4A and B4J. See post #15 Not sure if this is the rigth place, or if I should publish it in Examples, @Erel, feel free to move. The code is not perfect, but it works. Most of code is...
Hi, this was the original Slider game that I subsequently went on to create the Image Slider using images instead of the numbers used in the original plastic game of the seventies. As i mentioned before I'm 68 years young, and coming from an IT...
This was a game for my grandson Teddy, who has just gone three. Unfortunately, it got him into using the mobile phone, and now you can't get him off it :) It's a simple pop the balloons game, green ones give extra time, and if you pop Teddy's...
Another one off the list was Tetris, so here is my interpretation of the old classic, I realise there are many better versions, but as I stated doing all the games I have attempted was for my benefit, achieving the end result was my aim, I don't...
Hi, this could do with a bit more polish to finish it off but it's playable and took me quite a bit of time to process, so feel free to amend to your personal taste, if you do please send me a copy :) . Here's the code; no additional libraries...
Another quick upload, this time my interpretation of the old classic Space Invaders, the only additional library is the JoyStickView, which just gave it better control over two buttons, left and right. I have included the source code and a number...
This was my attempt at the old Frak Platform game, originally on the old BBC Micro I believe, or the Commodore :) I can remember playing it over forty years ago... Anyway, it was a big learning curve in B4A and B4J, I think it took me a few...
Here is my next game, did this a while ago for my grandson, basically a player bouncing back and forth across the screen, you control the up and down of the player with the Joystick, trying to collect all the fruits and avoiding the bombs...
Hi, another of my basic games from years past, it's a simple breakout with a few power-ups. As before, I've attached the source code; no additional libraries are used.