I have inherited maintenance and development over an app that was originally written without Xamarin.Forms, doing the UI layer for Android and iOS the traditional way with platform specific projects and a shared project for my business logic.
Given that most of the app screens are rather simple and I spend a disproportionate amount of time wrangling with platform specific UI code, I wanted to ask if anybody has experience with integrating Xamarin.Forms in a project that did not originally use Xamarin.Forms.
I was wondering if it was possible to replace specific screens with Xamarin.Forms, perhaps by hosting them manually inside the specific Android Activity or iOS Screen.
I would like to start out by integrating the next feature screen as a shared Xamarin.Forms "page".
Has anybody ever done anything like this before?