Home
> Windows Phone > Setting the Start Page – Windows Phone 8
Setting the Start Page – Windows Phone 8
In my windows phone 8 application I have 2 xaml files.
By default when you run the application, it opens ‘MainPage.xaml’.
To set my second file (i.e., ‘MediaPlayer.xaml’) as start page.
• Open ‘WMAppManifest.xml’
• In ‘Application UI’ tab, set Navigation Page = MediaPlayer.xaml
We can also change it in App.xaml in the Application_Launching
event with below statement
App.RootFrame.Navigate(new Uri("/MediaPlayer.xaml",UriKind.Relative));
🙂
Categories: Windows Phone
Set start page, windows phone, WMAppManifest, xaml
Comments (0)
Trackbacks (0)
Leave a comment
Trackback