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.
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.