Android Question [REQUEST] example using 2 B4XPages objects

Cableguy

Expert
Licensed User
Longtime User
Hi,

Is it possible (my guess is yes) to use 2 distint B4XPages objects ?
Why I ear you ask... Well, I want to take the splash screen example as a base, and add a few buttons to this "main page". each will then call its own B4XPage object...
But since I haven't touched B4A for a while, and never used the B4XPages object, I thought I would ask first...
A small example would be much appreciated but not a must.
 

Cableguy

Expert
Licensed User
Longtime User
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
The correct answer is that you don't need multiple B4XPages objects.
ok...
Please stay with me just a minute or two...
I'm planning a new app for my company... It will be an evolutive app, meaning that I plan to start with 2 or 3 modules, and then add to this.
The app will have a single entry point, a sort of dash board.
In order to not break any functionability already implemented, having disting B4XPages objects woud be the best approach.
As you know, I am a clumsy coder, so I want to minimize the riscs of breaking the code to a helpless state after a few modules are implemented already!
 
Upvote 0

agraham

Expert
Licensed User
Longtime User
For a more extensive example based on Erel's three pages example see
It has a few useful extensions so you can avoid reinventing the wheel.
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
For a more extensive example based on Erel's three pages example see
It has a few useful extensions so you can avoid reinventing the wheel.
Thanks Andrew, always nice to receive feedback from you
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
Thank you both for your input.
I took both examples for a spin, and got a better picture of the possibilities....
Andrew's example allowed me to see that the B4XPages is a lot more versatile than I thought.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top