B4J Tutorials

[Web][SithasoDaisy] Awesome Bottom Navigation 5 Pages Example & Template

Hi Fam

Demo

In this example, we will create a 5 page navigation application. Whilst the pages will be accessible with the drawer, one will also be able to access the pages via the bottom...
 
Last edited:

[Web][SithasoDaisy] SDUIOffCanvas Sheet for Top / Bottom / Left / Right

Hi Fam

The SDUIOffCanvas is a new component that enables one to have a sheet that can sit on either side of the screen. This can be left, top, bottom or right of the screen.

Demo...
 
Last edited:

[Web][SithasoDaisy] Mashy Teaches Mobile WebApp Development using SithasoDaisy Wireframes

Hi Fam.

NB: PLEASE DO NOT POST QUESTIONS ON THIS THREAD, RATHER START A NEW THREAD WITH YOUR QUESTION

21-May-2024

  • The first beta (tryout) version of SithasoDaisy Wireframes it...
 
Last edited:

Playing audio stream with audio effects using FFmpeg

1- Download FFMPEG [used
ffmpeg version 6.1.1-full_build-www.gyan.dev Copyright (c) 2000-2023 the FFmpeg developersffmpeg version 6.1.1-full_build-www.gyan.dev Copyright (c) 2000-2023 the FFmpeg...
 

Attachments

  • files.zip
    424.2 KB · Views: 101
Last edited:

[BANano] Using ExcelJS to create Excel Reports based on existing templates

Hi Fam

I wanted to generate an excel report based on an existing template. The template should have some existing structure in it, so I need to read it and then update the portions I need and...
 

[Web][SithasoIONIC7][Wireframes] - Creating b4x layouts

Hi Fam

It is with pleasure to announce that our first test into this journey has yielded perfect results. A many thanks to the MakeBxL project and the rest of the people who make this...
 

Attachments

  • SI7LayoutTest.zip
    9.3 KB · Views: 157

[XLUtils] Creating MS Word Documents

1623939091609.png


XLUtils v2.00 adds support for creating MS Word documents, and converting Word documents to PDF.
It is done in a similar way to BCTextEngine, using custom BBCode. This works...
 

Attachments

  • WordExample.zip
    16 KB · Views: 792
Last edited:

[MakeB4XLib] An application for creating a .b4xlib type library.

Hello,
Seminar on the MakeB4XLib application version 1.7,
which is a tool for creating libraries of the "B4X Library (.b4xlib)" type.

In this seminar I will...
 

Attachments

  • B4XPasswordGen v.1.01.zip
    1.2 KB · Views: 264
Last edited:

[Web] Beginning Telegram Mini Apps - CloudStorage aka CRUD Key-Value Store

Hi Fam

Demo (Open in Telegram Mobile App)

Source Code

Today we look at Telegram Cloud Storage, a key-value pair storage available on the Mini Apps. We will create a task manager to...
 
Last edited:

[Web] Beginning Telegram Mini Apps - Alerts

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...
 

[Web] Beginning Telegram Mini Apps - Back & Settings Buttons

Hi Fam

The back button controls the visibility & navigation when the back button is active. This is like the normal back button in an app.
The settings buttons show on the right menu of the bot...
 

[Web] Beginning Telegram Mini Apps - Haptic Feedback

Hi Fam

What is Haptic Feedback?

Your sense of touch provides valuable information about the world around you, and haptics mimic these experiences. If you've played a racing video game and...
 

[Web] Beginning Telegram Mini Apps - BiometricManager

Hi Fam

Demo (Open the bot from your Mobile Device > Sign In (use any details) > Hamburger > Biometrics > Follow the button sequence. When you click Authenticate, it will show the biometrics...
 
Last edited:

[Web] Beginning Telegram Mini Apps with BANano

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...
 
Last edited:

[Web] SithasoDaisy SDUITable Inline Editing - Calculations

Hi Fam

Download

NB: This project is built with SithasoDaisy 2.5 BETA, however the same principles discussed here still apply.

This demo project is about how inline editing works. When...
 
Last edited:

B4J app for Raspberry with jdk11

This is my shopping list after various installations on Raspberry:

The Runtime for B4J applications for Raspberry differ in the processor version
If ARM version 7 Use...
 

Create a crypto trading bot using ccxt

_Bot_Template.jpg



Hello all,

I made a template to save time when creating a crypto trading bot with B4j. I'm posting this "as-is" for now, since I'm currently working on Tradingview's pine...
 

Attachments

  • _Bot_Template.zip
    242.9 KB · Views: 319

Pocketbase CRUD REST API & SSE with PostMan and then HttpUtils

Hi

CRUD Examples Attached

PocketBase
is an open source backend consisting of embedded database (SQLite) with realtime subscriptions, built-in users management, convenient dashboard UI and...
 

Attachments

  • PocketBase.zip
    6.9 KB · Views: 256
Last edited:

[BANano] inline php -> server code

Peter had a great idea for a new feature in BANano:
Kiffi said:
Hello Alain,

So you don't get bored ;), I have an idea for another BANano killer feature: ServerCode :)

Imagine, it would be...
 
Last edited:

Consuming http streams

Standard http communication is made of a request being sent from the client to the server and the server response sent back to the client.
As I'm sure you know you should use OkHttpUtils2 for such...
 

Attachments

  • MjpegWithOkHttp.zip
    4.5 KB · Views: 873
Last edited:
Top