Reputation: 13620
How can I update my time every 10 mins? Or 30 mins? with a new image and text?
The image is stored locally on the phone and the text is just a name.
Upvotes: 0
Views: 91
Reputation: 11868
Update live tiles:
http://msdn.microsoft.com/en-us/library/hh202948%28v=vs.92%29.aspx
Background agents (run every 30 mins), see PeriodicTask
:
http://msdn.microsoft.com/en-us/library/hh202942%28v=vs.92%29.aspx
Upvotes: 3