top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

In windows Phone Application 8 what is meant by MainPage.Xaml?

+1 vote
253 views

what is the use of MainPage.Xaml and we can edit this file by our own once i run this project this only display give some suggestion about this projects?

posted Nov 25, 2014 by Sathish Kumar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

This is the main page of the application that is launched after the app is initialized. It’s the default one included in a project, but you can add as many pages as you want in your project. Every page has the same structure: it’s composed of a file with the extension .xaml, which defines the user interface, and a file with extension .cs, which is the code behind that defines the logic for interacting with the user interface. Every page inherits from a class called PhoneApplicationPage that offers built-in support for properties and events that are connected to the page life cycle, such as navigation events, orientation, system tray management, and more.

answer Nov 27, 2014 by Jdk
Similar Questions
+2 votes

I often see while developing phone app in grid they using Asterisk(*) and Auto , i cant identify its use any people pls kindly give some suggestions....

+3 votes

what is the Use for XAML in windows phone app?

How to we use XAML in application ??

Please give some example for XAML with code???

+6 votes

Hi I am new to windows phone application development, i need to know the basic system requirements for developing my first windows phone app...

Thank you in advance....

...