Windows 10 LiveTile
Windows 10 offers LiveTiles by default as a System Service, so there is not much to do for Implementation. Basically, only the right Feed URL have to be configured, the Widget APIs will handle the Rest.
The most easy Way for Implementing this is to use the uap:TileUpdate Setting in the AppXManifest.xml:
After that, the Widget is already active and working.
Please make sure to escape the "&" Symbols correctly for XML - for better Readibility, they have been simplified in the Example.
Last updated