Is it possible to embed xamarin part into an existing native app?
问题 I have existing iOS and Android native apps. Is it possible to extend the apps with Xamarin coded part ? 回答1: Both Xamarin.iOS and Xamarin.Android are currently setup to take control of your application, so you need to make your main program be written in C# and then call into the existing code. The way that you would do this is to bind your existing Objective-C or Java code as C# libraries, and then consume those libraries from C#. The binding technology is precisely what drives both the