Android Question B4XPages & XUI

luke2012

Well-Known Member
Licensed User
Longtime User
Hi all,
I'm starting a new cross-platform (Android & iOS) project and I'm new for both frameworks (B4XPages & XUI).
If I understood well, I can use B4XPages for the main app flow / navigation (from screen to screen) and within the [B4XPages]/Page I can implement all the XUI views (like "[XUI] CustomListView") to show the data in a cross-platform way. Is this correct ?

Thanks in advance for your help :)
Luca.
 

AnandGupta

Expert
Licensed User
Longtime User
Yes, you are correct.
See example from Erel on B4xPages.

Regards

Anand
 
Upvote 0

luke2012

Well-Known Member
Licensed User
Longtime User
Yes, you are correct.
See example from Erel on B4xPages.

Regards

Anand

Thanks @AnandGupta .
For example, ho to implement a scrollview like this using XUI ?
Scrollview with 8 bitmaps across AND a title below
 
Upvote 0
Top