B4J Tutorials

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] Complex PDF Layout and Controls

TripInspect_insp.png



Another small example of what you can do with ABM. (code can follow)...
It is not so much about the page, but what you can do with the creation of the SQL Query.

PDF docs are...
 

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

Well


I wanted to create a modal dialog (ABMModalSheet), that will have options for 1. Forgot Password and 2. Not a Member Yet to 1. enable moving to another screen if user...
 

Attachments

  • ModalLogin.gif
    ModalLogin.gif
    287.5 KB · Views: 655
  • frmLogin.bas
    19.8 KB · Views: 668
Last edited:

[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: 680

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

Attachments

  • frmCreateAccount.bas
    29.6 KB · Views: 633
Last edited:

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

Hi again

This is the second installment of the above mentioned article. In this part we will look into the "Forgot Password" UX design and some additional things.

Part 2.1...
 

Attachments

  • frmForgotPassword.bas
    18.9 KB · Views: 704
Last edited:

SERVER IRC (Internet Relay Chat)

With the first steps on JAVA, my first program was an IRC SERVER. Subsequently I have evolved it and it has become the base to realize a SERVER for webchat.
I developed for a couple of...
 

Attachments

  • server irc 0.03.zip
    5.4 KB · Views: 754
Last edited:

[Server] Upload files from your B4A app to your B4J server over the internet

This example shows how to make your B4J server application accessible over the internet.

The implemented server is a simple file server that allows you to upload files from your B4A application...
 

Attachments

  • FileClient-B4A.zip
    7.5 KB · Views: 5,266
  • FileServer-B4J.zip
    4.3 KB · Views: 5,586

Beginning JQuery Mobile with OneEvery

Well, this is a proof of concept, nothing fancy...

OneEveryJQM.gif


The idea behind OneEvery is to explore JavaScript frameworks for developing websites/webapps. Whilst the Bootstrap exploration is...
 
Last edited:

[OneEvery]: Using the CLI

Here we go

Anyway, having noted that the Twitter Bootstrap learning curve is going smoothly, OneEvery seems to be maturing surely but slowly for this part, a CLI (Command Line Interface)...
 
Last edited:

Trigger B4J Script with MySQL on Linux via udf_sys

This Tutorial save you a lot of time and is an Important Feature for Remote Database Apps!

Integrated in this Turtorial:
-install udf_sys on MySQL (Ubutnu 16.04)
-call B4J Script (.jar) over...
 

[Pen & Paper]: Create a simple 'Contacts' ABMaterial WebApp - Part 3

Hi there

MashPlugIns
Pen & Paper


In this part of the ABMaterial WebApp, we will demonstrate how to create a ListView that will load all the contacts from our...
 

Attachments

  • addeditcontact.pdf
    9.6 KB · Views: 650
  • listview.pdf
    10.3 KB · Views: 682
Last edited:

[Server] Login System & Filters Tutorial

Attachments

  • LoginExample.zip
    11.7 KB · Views: 2,502
Last edited:

[Pen & Paper]: Create a simple 'Contacts' ABMaterial WebApp - Part 2

Last edited:

[ABMaterial]: Getting & Setting JavaScript Properties to Custom Components

Hi there

When creating custom components, you will deal with javascript. You component will come up with its own methods to execute and events that you can trap.

This tutorial deals with getting...
 

[ABMaterial]: Theming Custom Components with CSS

Hi there

In one of my MashPlugIns components, I was asked if the components were theme-able. I have never really explored this in detail as some were just easy to theme using the css files...
 

[ABMaterial] Better Delegating the creation of complex components

[EDIT: This thread started as my approach to delegating complex components creation, including events.
@alwaysbusy then proposed a better system, that he needs us to say if we want it...
 
Last edited:

[Pen & Paper]: Create a simple 'Contacts' ABMaterial WebApp - Part 1

Last edited:

[ABMaterial] Printing/Reporting with the upcoming version 3.75

A sneak peek on a new feature of ABMaterial I'm working on: Printing/Reporting.

This is an example of a report in ABMaterial. You build it right into your other pages and just by setting a...
 
Last edited:

[ABMaterial] Custom Icons

A much asked feature has been to integrate custom icons in ABMaterial. In version 4.25, this will be possible.

customicons.png


Couple of notes first:
1. The...
 
Last edited:
Top