1gRPC C# on Xamarin 2======================== 3 4EXPERIMENTAL ONLY 5------------- 6Support of the Xamarin platform is currently experimental. 7 8BACKGROUND 9------------- 10The example project supports `Xamarin.Android` and `Xamarin.iOS`. 11 12For this sample, we've already generated the server and client stubs from [helloworld.proto][]. 13 14PREREQUISITES 15------------- 16 17- The latest version Visual Studio 2017 or Visual Studio for Mac with Xamarin support installed. 18 19BUILD 20------- 21 22- Open the `HelloworldXamarin.sln` in Visual Studio (or Visual Studio for Mac) 23- Build the solution (Build -> Build All) 24 25Try it! 26------- 27 28You can deploy the example apps directly through Visual Studio IDE. 29Deployments can target both Android and iOS (both support physical device 30deployment as well as simulator). 31 32[helloworld.proto]:../../protos/helloworld.proto 33