How are live tiles made in Windows 8?
Finally figured it out, these live tiles are using tile notifications as noted by others. Here is the minimal code necessary for updating an existing default tile with a template: You have to load in a template and adjust it, or produce your own XML code. See the tile schema… var tileXml = Notifications.TileUpdateManager.getTemplateContent(template); You … Read more