this blog post http://blog.xamarin.com/using-custom-uiviewcontrollers-in-xamarin.forms-on-ios/ formed the base of my custom navigation system for my app, allowing me to create my own UIVIewController containment on iOS. How does one achieve the same thing with android?
i.e if I have a MyContentPage class, which extends page, and can have child pages, then in the android renderer, what do I do with the child pages?
how do I get their native views? Are they fragments? are they intents? are they activities?
I'm a total n00b to android I'm afraid. I don't know where to start.
From the little I've already seen, and being java certified, I can honestly say that it's fugly compared to iOS.. Thank God that xamarin forms can abstract most of that away.. yyyuuk.