Last active
March 31, 2017 13:33
-
-
Save mmierzwa/dd8bc4270d32106b6f7edfa753b2bf69 to your computer and use it in GitHub Desktop.
How to setup Ninject as the default DI container in MvvmCross
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// in Setup class for Android project | |
protected override NinjectDependenciesProvider GetNinjectDependenciesProvider() | |
{ | |
return new NinjectDroidDependenciesProvider(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment