Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

07. Setting up the Xamarin mobile apps

Cesar De la Torre edited this page Mar 31, 2017 · 20 revisions

IMPORTANT: This section is in early draft state. Will be evolving, eventually

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 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 it here:

Download (Early DRAFT, still work in progress)

Sending feedback and pull requests

We'd appreciate to your feedback, improvements and ideas. You can create new issues at the issues section, do pull requests and/or send emails to eshop_feedback@service.microsoft.com

Clone this wiki locally