From 2b657b63185bb2d8e77f312f24a7202ab6bf948f Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Wed, 29 Mar 2017 14:22:08 -0700 Subject: [PATCH] Updated 07. Setting up the Xamarin mobile apps (markdown) --- 07.-Setting-up-the-Xamarin-mobile-apps.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/07.-Setting-up-the-Xamarin-mobile-apps.md b/07.-Setting-up-the-Xamarin-mobile-apps.md index c11f5c3..8f091a3 100644 --- a/07.-Setting-up-the-Xamarin-mobile-apps.md +++ b/07.-Setting-up-the-Xamarin-mobile-apps.md @@ -1,5 +1,16 @@ -To be implemented soon. +_IMPORTANT: This instructions section is in early draft state _ +# Important Notes for the Xamarin app: +* When running the Xamarin app note that it can run in "Mock mode" so you won't need any connection to the microservices, so the data shown is "fake data" generated by the client Xamarin app. +* In order to really access the microservices/containers you'll need to deploy the containers following this ["production" deployment procedure for the containers ](https://github.com/dotnet/eShopOnContainers/wiki/09.-Deploying-eShopOnContainers-to-a-%22Production%22-environment) and then, provide the external IP of your dev machine or the DNS name or IP of the Docker Host you are using into the Xamarin app settings when NOT using the "mock mode". + +# Guidance on Architecture patterns of Xamarin.Forms apps +The following book (early draft state) is being created aligned with this sample/reference Xamarin app. + +You can download both eBooks from here: + +| Architecting & Patterns | ------------| +| | **Download** (Early DRAFT, still work in progress) ## Sending feedback and pull requests We'd appreciate to your feedback, improvements and ideas.