embeddinator-hellosharedui

MIT License

Stars
9

.NET Embedding - Hello Shared UI

The Hello World of .NET Embedding with Xamarin.Forms Native Forms feature to share UI between iOS and Android native language apps. Writing shared logic in C# and .NET and using the .NET Embedding tooling to create a native iOS framework that can be called from Objective-C/Swift in Xcode or Java in Android Studio.

Guide

  • Install Visual Studio for Mac: www.visualstudio.com
  • Open HelloWorld.sln
  • Restore NuGet packages
  • Build Solution -> This will generate the framework and copy it into the Xcode project
  • Open Xcode project and run!