An open API service indexing awesome lists of open source software.

https://github.com/egorbo/mvvmnavigationtoolkit

Navigation toolkit for Windows Phone & Windows Store apps
https://github.com/egorbo/mvvmnavigationtoolkit

Last synced: 11 months ago
JSON representation

Navigation toolkit for Windows Phone & Windows Store apps

Awesome Lists containing this project

README

          

MvvmNavigationToolkit
=====================

Navigation toolkit for Windows Phone & Windows Store apps

It's all about wiring VM together with Views using fluent syntax:

_navigationBuilder
.RegisterViewModel().StaticResource().WithoutView()
.RegisterViewModel().Singleton().ForView()
.RegisterViewModel().StaticResource().ForView()
.RegisterViewModel().ForView()
.RegisterViewModel().ForView()
;

And now in any ViewModel you can open one in this way:

ServiceLocator.Resolve().Show();