Android Question b4x pages

Uniko Sistemi srl

Active Member
Licensed User
hello, I would like to know before starting what is the method to create pages on b4x that are automatically generated also in the b4i and b4a folders. is there a way to write on b4x and automatically save the changes also on b4a and b4i folder? thank you
 

LucaMs

Expert
Licensed User
Longtime User
When you create a new B4XPage class (menu: Project -> Add New Module -> Class Module -> B4XPage), check:
1661423562612.png


That way the page will be available for all platforms (B4A, B4J, B4i) but you will have to import it into the related projects:
1661423981628.png


You will also need to create layouts in the Designer for each.

Video tutorial:
https://www.b4x.com/etp.html?vimeography_gallery=1&vimeography_video=440642051
 
Upvote 1

DonManfred

Expert
Licensed User
Longtime User
Start with this Tutorial and watch the Video

A automatically pagegeneration is not possible i guess.
 
Upvote 1
Top