In this post we will discuss Live Tiles in XAML based Windows 8 Metro Application. We will see Updating Live Tiles Creating queue of information to update Live Tiles What is Live Tile? Tiles are the entry point for the application. You will find TILES for all applications installed on your machine at the startContinueContinue reading “Live Tiles in XAML based Windows 8 Metro Application”
Tag Archives: windows 8 metro app
ListView Binding with Grouping and Semantic Zoom in Windows 8 JavaScript Metro Application
Windows 8 CP and VS11 are around. Recently I wrote Setting up Visual Studio11 Beta for Metro Application Creation . In this post let us get into some development. In this post we will see Creating DataSource ListView Binding to DataSource Creating ItemTemplate Grouping Data Source Using SemanticZoomView over ListView At the end of theContinueContinue reading “ListView Binding with Grouping and Semantic Zoom in Windows 8 JavaScript Metro Application”
Flyout control in Windows 8 HTML JavaScript Metro Application
In this post, I will discuss how to work with Flyout in Windows 8 Metro application. Flyout is a type of UI surface in Windows 8 metro application. It is used to show simple message or popup. If user touches or clicks anywhere on the screen then Flyout disappears. It usually used to collect simpleContinueContinue reading “Flyout control in Windows 8 HTML JavaScript Metro Application”
List View Data Binding in Windows 8 JavaScript Metro Application
In this post we will see, Working with ListView control in WinJS ItemTemplte in WinJS Data Binding to ListView Creating Data Source in WinJS For purpose of this post I am going to bind name and images of Indian cricket player in ListView. After data binding ListView should look like below, To bind data withContinueContinue reading “List View Data Binding in Windows 8 JavaScript Metro Application”