Skip to content

Latest commit

 

History

History
113 lines (61 loc) · 3.02 KB

01.XamarinTour.md

File metadata and controls

113 lines (61 loc) · 3.02 KB

Ski Resort Xamarin Tour

If you think about adding intelligence to an app, let's use this ski app.

For those of us who don't ski, this app is pretty straightforward. At pretty much any resort you go to, you'll find an app like this.

Android

  1. Check Xamarin System Requeriments

  2. Check System Requirements for the Visual Studio Emulator for Android

  3. Open the AdventureWorks.SkiResort solution.

  4. Set the Andoid project as StartUp project.

  5. Choose the Microsoft Android Phone emulator.

    You can use your own Android device if it´s connected.

  6. Build the project.

  7. Click on F5.

    • You can look up lift status.
    • You can check snow conditions.
    • You can look at dining options and stuff like that.

    • But let's just walk through three scenarios on an app that looks just like this with a before and after.
  8. Click on the menu.

  9. Click on Lift Status.

    Shows open/closed status.

    With intelligence - Predicts wait time. - Gives warnings based on traffic. - Identifies anomalies.

  10. Click on Rental Reservations.

    • Displays products.
    • Handles transactions.

  11. Depending on the selected start day, the app shows this message.

    With intelligence: Predicts demand to help customers know what to expect.

  12. Click on Dining.

    • Shares menu.
    • Takes reservations.

    With intelligence: Knows where you want to eat next.

Xamarin iOS on Visual Studio for Mac

  1. Check Xamarin System Requeriments

  2. Open the AdventureWorks.SkiResort solution.

  3. Set the iOS project as StartUp project.

  4. Build the project.

  5. Click on F5.

Xamarin iOS on Visual Studio 2015

  1. Check Xamarin System Requeriments

  2. Download and install [Visual Studio for Mac] (https://www.visualstudio.com/vs/visual-studio-mac/)

  3. Download and install Remoted iOS Simulator (for Windows) if you want to test the iOS application.

    NOTE: Remoted iOS Simulator requires a Visual Studio Enterprise license.

  4. Open the AdventureWorks.SkiResort solution.

  5. Set the iOS project as StartUp project.

  6. Build the project.

  7. Click on F5.

Next