B4J Tutorials

[ABMaterial]: Let's glow some birds

Ola

Well, it will take a while for me to 'canvas' everything. Found a nice snippet in CodePen, lovely thing I must say. So I'm thinking, an ABM screensaver!!!

After some exploring (still doing...
 

Attachments

  • MashGlowingBirds.bas
    11.4 KB · Views: 438

[ABMaterial] Opening your app inside B4A WebView

Well

My intention was to have an Android Play Store for my ABM app. I needed my app to remember the login details, meaning that it needs to access localstorage.

Thing is, local storage is not...
 

[ABMaterial] B4JS - 02 Core Functions

[ABMaterial] Creating the diagram..

Ola

For a while I've been thinking about this. I wanted to use a custom component that I could run inside ABM to try and explain my follow up post on Harri's thread. The discussion has been about...
 

Attachments

  • MashSimpleDiagram.bas
    9.4 KB · Views: 568
Last edited:

[IoT] Welcome to the Internet of Things

This example demonstrates how the B4X tools can be used to create a solution with multiple types of components and communication channels.

See the following video (make sure to watch it in HD...
 

Attachments

  • IoTExample.zip
    29.1 KB · Views: 1,520

[ABMaterial] [SOLVED] How to set a default date to be blank?

Hi there

Is it possible to set the default date to be blank / no date for the ABMDatePicker control?

Thanks
 

[B4X] SQlite with 6 million rows

I've written a tutorial about database modelling and how long queries in a good designed db environment should take. This is a example about using huge databases. What it does:

- creates two...
 

Attachments

  • SQLiteExample.zip
    4.8 KB · Views: 1,020

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: 642

[ABMaterial] - ABMCustomComponent - Google Charts

Requires ABM version 2.0 or above...

Google Charts - LineChart

My second stab at using a custom component ( which generally means adding js script into the project).
This is a bit more...
 

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

[Server] Data Collection Solution - Device, Desktop and Web reports

This is an example of building a data collection solution. The solution is made of three components:
- (B4J) Server - Manages the data in a SQLite database.
- (B4A) Device client and (B4J) desktop...
 

Attachments

  • DataCollectionServer.zip
    4.7 KB · Views: 2,098
  • DataCollectionDevice.zip
    8 KB · Views: 1,829
  • DataCollectionDesktop.zip
    2.1 KB · Views: 1,101
Last edited:

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

[ABMaterial] B4JS - 06 The UI Connection

Last edited:

[ABMaterial] B4JS - 01 Getting Started

Last edited:

[ABMaterial] B4JS - 05 JSON & Ajax Calls

Last edited:

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

Top