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
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.
Hello World
1. Create a blank project using B4J
2. Adding BANano library
3. Run the project
4. Adding CSS
Getting Started
1. Install B4J and Java JDK
2. Define Additional Libraries folder
3. Copy BANano library
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.
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
Welcome!
Welcome to my blog!