Skip to content

Architecture

Poh Zhi-ee edited this page Nov 2, 2018 · 15 revisions

##Architecture

This document serve to explain some stuff

The IoC container used in this project is AutoFac, selected due to ease of use, as well as good documentation and multiple examples of people using it on their Xamarin project.

asd

asd

asd

sad

asd

asd

sada

sd

asd

sa

das

d

asd

as da

ssda

sda

asd

das

ads

dsa

das ViewModelLocator

The ViewModelLocator is to allow design time evaluation of the ViewModel while still allowing constructor injection of the ViewModel.

The constructor injection is done through the use of the IoC Container

Clone this wiki locally