Hi
I used Erel's example for appcombat with toolbar and jFeinstein's slidingMenu:
https://www.b4x.com/android/forum/threads/appcompat-with-toolbar-minimal-example.79896/#content
This example is great (thx Erel) but I wonder how one can extend it correctly with multiple activities. I tried to do it and attached my sample.
I have a question though:
What about the transitions from one activity to the next. In my example the transition is slow because I close the side menu before starting the new activity
sm.HideMenus
StartActivity("pageTwo")
If I do not use sm.HideMenus then the transition is fast but when going back the side menu will be still open.
Maybe my whole approach is wrong and I beg your pardon, as I am still new to android
Thanks for your much-appreciated contribution and help!
David