Tag: WinRT
How to Navigate from One page to Another Page in Windows Phone WinRT Apps ?
Below is a sample code snippet that demonstrates how to navigate from one page to another in Windows Phone Windows Runtime Apps. How to Navigate from One page to Another Page in Windows Phone WinRT Apps ? Frame.Navigate(typeof(ACPage2), param);
Templates for developing Windows 8 App using XAML
The Windows 8 SDK provides the following templates for developing Windows 8 (Metro/Modern UI) apps using XAML . Blank App (XAML) Grid App (XAML) Split App (XAML) Class Library(Metro style apps) Windows Runtime Component Unit Test Library (Metro style apps)