top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

XAML for Windows Phone 8?

+3 votes
222 views

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???

posted Oct 8, 2014 by Karthi Kumar

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

1 Answer

+4 votes
 
Best answer

What is XAML?

       1.  XAML stands for Extended Application Markup Langauge.

       2.   XAML specifies the user interface for Silverlight or WPF application.

       3.   XAML is used declare controls on Silverlight or WPF Page. .

       4 . In simple terms XAML Page is similar to .Aspx Page in asp.net website.

       5.  In .Aspx Page we use Html to form UI, while in XAML we use Xml to form UI

enter image description here

XAML Layouts:

     Stack Panel

     Wrap Panel

     Dock Panel

     Canvas

     Grid

     Nesting of Layout

XAML Button Code sample?

       Button Click="btnAbout_Click" Name="btnAbout" Foreground="#FF0000FF" ToolTip="About                 
       Box">About</Button>

answer Oct 10, 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....

+5 votes

can any one help how to ****Basic and simple application for windows phone 8 app** with code and explain step by step to achieve the project ...

Thanks in advance..............

+8 votes

I am using VS 2012 and install emulator 8. Now i need some sample application code for developing my first app in windows phone 8.

...