Tag: toolkit
How to Implement Rating Control in Windows Phone 8 App ?
If you are looking to implement the rating control in your windows phone 8 app which lets the users to rate an item within the specified values/stars , here’s an useful control from Windows Phone toolkit called “RatingControl” which can used . <Toolkit:Rating Height=”30″ Grid.Row=”1″ Value=”0.6″ ItemCount=”0″ x:Name=”ctAbundantcodeRating”> You can download Windows Phone Toolkit via NuGet manager from Visual Studio 2012.
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)