Updating live tiles for windows phone 8 periodically

拜拜、爱过 提交于 2020-01-15 05:35:08

问题


I need to update my application's tile periodically with the count the amount of inbox items. Anyone can give me a reference or relevant link to a example or tutorial? I get my data from a webservice. I went on google, and all the examples is on button click. I need one that does this automatically every few minutes/hours? This is for the windows phone 8 start screen of the phone.

thanks in advance!


回答1:


This is probably the best tutorial I have seen for live tiles in wp8:

http://www.windowsphonegeek.com/articles/live-tiles-in-windows-phone-8-part-1-tile-templates




回答2:


There are a couple of different ways you can do this. You can use Azure Mobile Services OR you can use a background process for your app to update the tile. You can find information here :

http://thesociablegeek.com/windows-8/livetiles/modifying-live-tiles-in-a-background-process/

Daniel



来源:https://stackoverflow.com/questions/13560972/updating-live-tiles-for-windows-phone-8-periodically

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!