B4J Tutorial [Web] Beginning WebApp/WebSite Development with SithasoDaisy5 - Mashiane Apr 26, 2025 (4 reactions) Public AppName As String = "sd5demo" Public AppTitle As String = "SithasoDaisy 5.28 Demo" Public AppVersion As String = "SithasoDaisy 5.28" 'whe the app should Public Publish As String = "C:\laragon\www" Public Version As String = "0.01" Public ServerIP As String = "https://1 B4J Tutorial [Web] Mashy Teaches Mobile App Development using SithasoIONIC7 powered by b4x & BANano - Mashiane Feb 04, 2024 (1 reaction) Thank you again for your support and certificates of appreciation.
Here are some demo applications deployed on the interweb.
Trending Movies: This features infinite scrolling, check it out on: https://sithaso-ionic-7-movies-api.vercel.app/
145306
Welcome Screen, Sign In, Sign Up, Log Off: https B4J Tutorial Web API Server v3 - aeric Apr 23, 2025 (20 reactions) For this demo, it is set to return a simple response and it doesn't support text Created but display success as default text.
You need to set Simple Response to False in server configuration to return code 201 response for your client apps.
This is the end of tutorial for now. Thanks for taking you B4J Tutorial [WebApp] Web Apps Overview - Erel May 30, 2021 (21 reactions) http://www.b4x.com/basic4android/images/SS-2014-04-10_17.09.21.png
B4J v2.00 adds support for web applications based on WebSocket technology. With WebSocket The browser and the server maintain an open communication channel.
This channel allows us to build web apps where all (or most) of the logic i B4J Tutorial B4J Change Log (version history) - Erel Mar 17, 2025 (10 reactions) v2.00 - April 16, 2014 Web apps framework: Web Apps Overview Server library supports ssl (https) connections. CreateMap keyword: Allows you to easily create new Maps. For example: Code: Dim m AsMap = CreateMap ("key1": value2, "key2": value3) Json library converts arrays to lists automatically. B4J Tutorial [Web] Beginning Telegram Mini Apps with BANano - Mashiane Jul 25, 2024 (3 reactions) Hi Fam
Demo
Source Code
Let's create some Telegram Mini Apps.
What is TMA?
These are apps that run inside Telegram. They use Bots to run.
Here we go...
Related Content
https://core.telegram.org/bots/webapps
Useful Bots:
https://t.me/apprelay_bot
https://t.me/BotFather B4J Tutorial [Web] Web API Tutorial - Getting Started - aeric Jan 09, 2025 (18 reactions) For starting, just let the default values.
You can then edit the Config.ini file using any Text Editor.
ConfigureElements
Configure this after ConfigurePaths
This setting depends automatically by ConfigurePaths above.
Nothing is needed to be configured here.
ConfigureHandlers
Configure this after B4J Tutorial [Web] Beginning Telegram Mini Apps - Alerts - Mashiane Jul 26, 2024 Hi Fam Demo (Open in Telegram Mobile App) Source Code In this tutorial we look at alerts. These are internal components built inside Telegram and we are just using an API to execute here. EDumVdGuqzo B4J Tutorial HTMX+Bootstrap5+MiniHTML+WebApiUtils+Server - William Lancee (first post) Jan 25, 2025 (1 reaction) @aeric
I tried your example.
What an elegant way to create a B4X-based Web App! B4J Tutorial B4J and Raspberry Pi boards - Erel Dec 05, 2018 (9 reactions) UI apps will run in a full screen mode. You cannot resize the window and there is no close button. Be sure to include one in your program. You can also kill it through SSH:
ps -A|grep java
kill <pid>
You will probably need to add more memory to the video card in the board settings, otherwise you Page: 1 2 3 4 5 6 7 Powered by ColBERT |