ocalle Active Member Licensed User Longtime User Feb 27, 2018 #1 Hello, i like the menu sliding (easy to use and understand) https://www.b4x.com/android/forum/threads/appcompat-with-toolbar-minimal-example.79896/#content 2 questions in one, can i call the menu from an module as another activity or be affected by the destroy? cuz have many code in main activity and need separate in sub routines. 2 the colors in the manifest how can i note? Best regards and thanks as usually. Osvaldo
Hello, i like the menu sliding (easy to use and understand) https://www.b4x.com/android/forum/threads/appcompat-with-toolbar-minimal-example.79896/#content 2 questions in one, can i call the menu from an module as another activity or be affected by the destroy? cuz have many code in main activity and need separate in sub routines. 2 the colors in the manifest how can i note? Best regards and thanks as usually. Osvaldo
ocalle Active Member Licensed User Longtime User Feb 28, 2018 #2 I found it, but some additional explain can be good too Upvote 0
DonManfred Expert Licensed User Longtime User Feb 28, 2018 #3 Implement the Menu in a class. Initialize a new Classinstance in Each Activity. Upvote 0