Hi everyone,
I'm quite new to Xamarin an Xamarin forms, and I am currently trying to implement the navigationdrawer in Xamarin forms.
But I have difficulties to find the start op the program.
I am not interested in the solution with the master/detailpage because in my opinion it does not feel like a native android menu (gmail, ...)
For example the Hamburger Icon does not change when opening the navigation drawer with the masterdetail page solution. Also it will not upgrade with future releases with android. For example in the the Android L preview you can see that the hamburger icon is handled different then in previous releases of android. The masterdetail solution does not support these update's.
So now i am wondering how I could implement a custom renderer/page that will show my own native android navigationdrawer with actionbar.
Am I mistaking if I say that for starter I would need to inherit from Page instead of View? Any more tips on where to look to start this implementation?
Thanks in advance!