Android Question ASTabmenu for multiple pages

jroriz

Active Member
Licensed User
Longtime User
Suppose I have 4 pages in my project.

What's the best way to put the tabmenu on all of them?
Will I have to repeat the code on every page?
 

Alexander Stolte

Expert
Licensed User
Longtime User
Suppose I have 4 pages in my project.
Do you mean you have 4 Pages in the app with a TabMenu or you have 4 tabs on the TabMenu?

If the second: Put the TabMenu on the MainForm and place above 4 Panels. This 4 Panels have the 4 pages. Show the first panel and if the user click the 4. tab, then show the 4. panel.
 
Upvote 0

jroriz

Active Member
Licensed User
Longtime User
Do you mean you have 4 Pages in the app with a TabMenu or you have 4 tabs on the TabMenu?

If the second: Put the TabMenu on the MainForm and place above 4 Panels. This 4 Panels have the 4 pages. Show the first panel and if the user click the 4. tab, then show the 4. panel.
I have 4 pages and I want to share the same tabmenu across all of them.
 
Upvote 0

Alexander Stolte

Expert
Licensed User
Longtime User
Upvote 0
Top