We want to create a sample app that helps developers understand what our library does by navigating the source code and running it.
Initially we should have the following "clients":
- Xamarin.iOS, Xamarin.Android (both through Xamarin.Forms is fine)
- Console
As our library is .NET Standard compatible, we should aim to share the "Core" project between the clients.
The requirements for this sample / test app are:
A single view app could be enough, since we expect our users to be developers. It is important though that the UI reflects a request has finished (we can maybe display the response string on the screen?)
We want to create a sample app that helps developers understand what our library does by navigating the source code and running it.
Initially we should have the following "clients":
As our library is .NET Standard compatible, we should aim to share the "Core" project between the clients.
The requirements for this sample / test app are:
A single view app could be enough, since we expect our users to be developers. It is important though that the UI reflects a request has finished (we can maybe display the response string on the screen?)