Sunday, February 26, 2017

Day 2#Xamarin.iOS: Getting the Architecture Right (Do Enable Subtitles and CC)

In this tutorial we will create a sample Xamarin.iOS application but more importantly we will cover the basic architecture (i.e. MVVM) to follow while creating a application. We will use PCL (Portable Class Library) for shared code and MvvmCross for MVVM Framework.
For more details on MvvmCross go through their documentation at:

https://mvvmcross.com/docs/getting-started
https://mvvmcross.com/docs/app-architecture

Prerequisites:
1. Xamarin Studio 6.1.3+
2. Xcode 8+ and iOS Simulators installed
3. Basic Knowledge of C#, iOS


No comments:

Post a Comment