B4J Tutorials

jRDC2 - B4J implementation of RDC using JDBC microsoft

I used the example that Erel published to create my application and connect it to a server database microsft sql server 2008, in principle I used the odbc open source of JTDS but I had...
 

LogServer sending complex data

Data from classes, types or any other object can be sent as a message to LogServer by writing a Sub to format the data in an easily readable manner.

The example app (B4j) shows this, and...
 

Attachments

  • LoggingTypes.zip
    7.3 KB · Views: 305

Logserver using in multiple modules / classes.

LogServer can only accept one connection at a time, therefore we should not initialize the LogServerClient multiple times to access it from different classes / modules.

Instead, declare it...
 

Fix trails when moving Nodes

Hello,

If youre creating apps that work with moving nodes (in my case D'n'D), you may als have seen that moving nodes sometimes results in ugly trails on the Parent Pane.

Heres how to fix that...
 

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

[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: 429
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,377

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

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

[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: 1,965
  • DataCollectionDevice.zip
    8 KB · Views: 1,722
  • DataCollectionDesktop.zip
    2.1 KB · Views: 977
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: 405
Top