Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WinRT MVVM Light Sample Project

If anyone starts developing Windows 8 metro applications using MVVM Light please help me to create a Windows 8 (WinRT) project template. I get bored by using Microsoft ‘s Layoutaware page(Base class). I just need to structure the class with the help of MVVM Light. If any one did this please help me or provide some links to start developing Windows 8 Metro application using MVVM Light.

The major areas where i am facing issues are:

  1. Navigation (Forward and Backward)
  2. State Handling (Tombstoning in windows 8)
  3. Navigation after the app launches form termination state etc.
  4. Handling WebService [ Post using http client ]
like image 437
Stephan Ronald Avatar asked Jul 24 '12 13:07

Stephan Ronald


1 Answers

There is an (older) example of using MVVM Light with windows 8 found here. There are also templates and Samples as part of the MVVM Light source found here.

Edit: Here is an msdn example using MVVM Light.

like image 51
N_A Avatar answered Sep 28 '22 00:09

N_A