Implementing State handling in windows 8 using MVVM Light

Viewed 2144

How i can implement state handling (running / resume / Terminate states ) using mvvm light. The major issue i a facing is with Navigation. I am totally uncontrolled with the navigation stack. How i can effectively manage this with MVVM Light.

2 Answers
Related