Can a Xamarin.Forms project (e.g. Xamarin.Forms Portable) be mixed with native View Controllers/Activities? How is that done?
Normally you init the Forms and load the application (e.g. AppDelegate/MainActivity). But isn't the whole project only Xamarin.Forms then? How do you navigate between pages and view controller for example?