• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

Droid/H16-Feb-2021-399286

HelloworldXamarin/H16-Feb-2021-464331

iOS/H16-Feb-2021-749633

.gitignoreH A D16-Feb-2021422 4236

HelloworldXamarin.slnH A D16-Feb-20213 KiB4644

README.mdH A D16-Feb-2021833 3322

README.md

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