Android Question B4Xpages exampe back button

jimseng

Active Member
Licensed User
Longtime User
Hello.
Just getting used to B4Xpages. The threepages example has a back arrow which takes you back to page2. I can't see how that is created. Can someone help?
 

aeric

Expert
Licensed User
Longtime User
 
Upvote 0

jimseng

Active Member
Licensed User
Longtime User
Thanks for the response but I can't see how this answers my question. (Sorry if I missed it)
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
See Erel’s answer in post #2
So each time that I don't need the back navigation icon I must use .ShowPageAndRemovePreviousPages("PageName") instead of .ShowPage("PageName")
If you want back to previous page, use
B4X:
.ShowPage("PageName")
 
Upvote 0