
Xamarin Forms, the MVVMLight Toolkit and I: Dependecy Injection
Recap Let’s just do a small recap what Dependency Injection means. The DI pattern’s main goal is to decouple objects and their dependencies. To separate concerns, we are using this structure nearl...