B4J Tutorials

How to create and test a CustomView

Ola

This is a continuation of the MashSkeletor concept. If you are a beginner in b4j custom views you might find this very helpful. In this part, the custom view structure was created and now its...
 

How to create an overview for your B4X articles easily

Hi there

UPDATE: A WebApp using BANAno has been created for this, see here...
 
Last edited:

Firebase Service (Server) Example

Hey,

this is an example/tutorial of a Server that manages Firebase Subscribtions, Unsubscribtions and SendMessages2Topics with the Power of B4J Server!

The advantage is, requests are processed...
 

Attachments

  • FirebaseService.zip
    27 KB · Views: 547

[ABMaterial] B4JS - 07 The UI connection (part 2)

[SOLVED]How to measure the width taken by a radio button?

Hi there

How can I measure the width taken by a radio button including its text?

Thanks
 

[ABMaterial] Change font type

This post is the answer @alwaysbusy gave me to my question about how to implement a label to look like a clock:

Make a new css file and put it in /css/custom) In my case, 'Digital-7.css'...
 

[ABMaterial]: Using ABMFileInput for Profile Pictures

For my case study...


I needed a way to upload user profile images to the server and link these to user profiles. The use of the ABMFileInput has touched on some of my screens...
 

Attachments

  • people.bas
    42.2 KB · Views: 401

Backup (dump) Sqlite tables via jShell + *.bat file

If you use SQlite in your apps in you need to do backups. A bad decision is just to copy the database file:

- there will be more than one file when the database is online (e.g. *.wal and other...
 

[ABMaterial] B4JS - 06 The UI Connection

Last edited:

[ABMaterial] B4JS - 05 JSON & Ajax Calls

Last edited:

[ABMaterial] B4JS - 04 Running Javascript on the server side (mini NodeJS?)

[ABMaterial] B4JS - 03 Inline Javascript

Last edited:

[ABMaterial] B4JS - 02 Core Functions

[ABMaterial] B4JS - 01 Getting Started

Last edited:

[ABMaterial] B4JS - 00 Introduction

After a delay of more of a year working on other ABM stuff, I finaly got back on track with B4JS. I will make a series of tutorials explaining how it works. This post would be the main entry...
 
Last edited:

WSL Linux and B4x

If anyone is interested in being able to rapidly test desktop, console or server code in a headless environment using WSL, Linux and X11 I have prepared 19 ready to run distro's that can...
 
Last edited:

[ABMaterial] New component ABMFileManager (4.25)

ABMFileManager is a new component in the upcoming ABM 4.25 to manage files on your server (where the .jar file runs), but is not limited to the www folder. This feature makes it very useful on...
 

[ABMaterial]: Creating a Sign In Modal Dialog with Options: Part 3.1

Hi again

This is the final installment of this important tutorial and is a continuation of part 3, which dealt with the Sign Up process.

So far, we have demonstrated how one can Sign Up, get...
 

Attachments

  • frmCreateAccount.bas
    30 KB · Views: 473
  • frmLogin.bas
    23.9 KB · Views: 471
  • activate.zip
    1.4 KB · Views: 427

[ABMaterial]: Creating a Sign In Modal Dialog with Options: Part 2.1

Hi there

Part 2.1 seeks to address the UX design for the "Try Something Else" screen. This occurs when a user has forgotten the password but then instead of having it sent they just change it...
 

Attachments

  • frmChangePassword.bas
    20 KB · Views: 426

[ABMaterial]: Creating a Sign In Modal Dialog with Options: Part 3

Attachments

  • frmCreateAccount.bas
    29.6 KB · Views: 417
Last edited:
Top