This is what I'm trying to do, I want to create a navigation drawer in my Xamarin.droid using the materials designs, in which you can click an item and then it will take you to a xaml page inside my Xamarin.form. I know that you can achieve something similar using master detail pages, but is not that "pretty" and I think it would be more work tweaking that in order to appear visually similar to the android material design, and of course I have in mind that if this is possible, I would need to create a master detail page, for IOS and win phone howsoever, and that's fine for now, so:
1- I don't know if a "cross forms/layouts" communication is possible
2- If possible, where can I get documentation about this
3- If somebody knows someone who has been able to achieve this using master detail page (with a "pretty" design) please point me to that.
Any help would be nice, thank you.