Return to site

Live tile windows 8

broken image
broken image

The XML file defines the fields to be displayed on the tile and the behavior that it should follow. The Inner-Workings of a Windows 8 Live TileĪ Live Tile is really just an XML file. We’ll include an example of a text, image, and animated Live Tile notification in C#. Our example application will display its tile in Windows 8, and upon clicking a button, will change its tile to display a Live Tile notification.

broken image

In this tutorial, we’ll walk through the steps to create a basic Windows 8 Live Tile notification. NET by calling the applicable API methods. Live Tile notifications may be created in C#. Such notifications include displaying a text message, image, animation, or other helpful information to notify the user of an action by the app. A Live Tile notification is an animated display of the tile. One of the unique features of WinRT apps, running on the new Windows 8 lock screen desktop, is the ability to display Live Tile notifications. NET, C++, or Javascript/TypeScript can be installed on the Windows 8 desktop and distributed within the Windows App Store. WinRT is the new platform software application architecture for creating Windows 8 apps (formerly, called Metro-style apps).