Part 001 – BVAD3 Div Hierarchy

The HTML file structure has a standard format which look like this: [html]
[head][/head]
[body]
[div=”app”]
[v-app]
[v-main]
[v-container]
[script][/script]
[/body]
[/html]

Run BANanoSkeleton Demo

1. Copy the Skeleton folder
2. Open the Demo.b4j project file
3. Open the index.html file

Published
Categorized as BANano

Create New Page

1. Add a new module.
2. Enter the code for Page2.
3. Modify the code in Main module.
4. Press F5 to run.

Published
Categorized as BANano

Hello World

1. Create a blank project using B4J
2. Adding BANano library
3. Run the project
4. Adding CSS

Published
Categorized as BANano

Getting Started

1. Install B4J and Java JDK
2. Define Additional Libraries folder
3. Copy BANano library

Published
Categorized as BANano

BANano

BANano is a B4J library to build websites/webapps with (offline) Progressive Web App support. It is a web development framework for developer who is familiar with B4X programming language.

Published
Categorized as BANano

Custom View

Lesson 1 [B4X] Custom Views with Enhanced Designer Support Base Lbl Props (map) Designer PropertiesKey – To get the value from the Props map.DisplayName – The property name in the properties grid.FieldType – String, Int, Float, Boolean or Color (case insensitive).DefaultValue – The default value. Optional fields:Description – Displayed at the bottom when the property… Continue reading Custom View

Published
Categorized as B4X