XmlNodeList tileImageAttributes = tileXml.GetElementsByTagName("image") TileTextAttributes.InnerText = "Hello World" XmlNodeList tileTextAttributes = tileXml.GetElementsByTagName("text") This code first retrieves all elements in the template with a tag name of "text". XmlDocument tileXml = TileUpdateManager.GetTemplateContent(TileTemplateType.TileWide310x150ImageAndText01) protected override void OnWindowCreated(WindowCreatedEventArgs args) Add following method code after public app() method. Open visual studio 13 > New project > Visual C# > Blank AppĢ. (Another OLD post of ‘implementing live tiles’ is here). Live tile in windows 8.1 is ANIMATING tile i.e after some time content of app TILE (Not inside app but on start screen tile) changes automatically.
Tutorial 10: Angularjs routeParams Example | Angularjs $routeParams.Tutorial 9: How to config angularjs routing? | Angularjs Routing.Tutorial 8: Binding input field to filters | Data binding angularjs.Tutorial 7: Using filters in AngularJS service | AngularJS Filters.Tutorial 6: Using AngularJS service | Reading JSON file.Tutorial 4: Modules in AngularJS | AngularJS Module.Tutorial 3: What is MVC Architecture in AngularJS ? | AngularJS MVC.Tutorial 2: Basic App in AngularJS – Guitar App.Tutorial 1: Learn AngularJS from the Ground up.AngularJS vs Angular Versions & Differences.