I try to update live tile so often in Windows 8, and it needs to be done even if the application itself is not working. None of the notification options listed on this MSDN page are suitable, I want to poll system information, such as processor temperature, etc., which does not suit the styles listed notifications.
I looked elsewhere on StackOverflow and saw similar questions, but for Windows Phone 7 using background workers . Using a background worker seems like the right answer for me. However, textbooks like the previous ones focus on Windows Phone 7, where the situation is slightly different, the Windows Store templates in Visual Studio 2012 Ultimate do not have C # templates for scheduled task agents, for example.
So my question is, how can we set up background workers for Windows 8 applications to pre-update the live fragment when the application itself is down?
source share