Android Question Correct way to implement menus

jroriz

Active Member
Licensed User
Longtime User
I have an application that has 6 pages.
All 6 pages have the same menu.
Using B4XPages.AddMenuItem(Me, "...") on each page doesn't seem like the best idea...
What about B4xDrawer?
What's the best way to implement this menu?
I prefer the simplest way possible.

Menu Items:
  • New request
  • My requests
  • Contact
  • About
 

jroriz

Active Member
Licensed User
Longtime User
Did you try this link?
B4XPages + B4XDrawer
In this example the drawer is implemented on page 2.
I would need the drawer on every page.
Then I would have to insert the drawer in all my pages, and repeat the subs that control click and etc. on all pages.
This way it looks like I'm doing something wrong, copying and pasting code to every page.
 
Upvote 0
Top