In the ThreePagesExample example, when the event
This page displays "Page 2" in the title bar.
How can I get this string in the B4XPage2 class code?
B4X:
Sub btnLogin_Click
B4XPages.ShowPage("Page 2")
End Sub
How can I get this string in the B4XPage2 class code?