Android Question B4XPages if project has only one activity?

RB Smissaert

Well-Known Member
Licensed User
Longtime User
I have a largish project, but there is only one activity, Main.
Is there any point or is it even possible to convert the project to using B4XPages?
There some classes and code modules, but nearly all the code is in Main.

RBS
 

josejad

Expert
Licensed User
Longtime User
Yes. In fact, a B4XPage project has just one activity, each page is implemented in its own class but there's just the Main activity
 
Last edited:
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
what is to be gained converting it ?

development for multiplatforms B4X.

What is a B4XPage?
It differs between the three platforms:
B4J - Form
B4i - Page in a single NavBarController
B4A - Panel in a single activity.

Review this example with a single activity


in B4j;

1611448993709.png
 
Last edited:
Upvote 0
Top