B4J Question [Solved!] [Beta] Working with tabs?

LWGShane

Well-Known Member
Licensed User
Longtime User
Update: Figured it out, and working with tabs is so much more awesome now.

This is the code to load a layout into the tab:
B4X:
Tab.LoadLayout("Layout1", "Name")
 
Last edited:
Top