-
Notifications
You must be signed in to change notification settings - Fork 1
Architecture
Poh Zhi-ee edited this page Nov 2, 2018
·
15 revisions
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
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