c# - Live Tile updates -


how create live tile windows phone 7? wondering because have text updates on live tile once per 1-5 minutes user glance at. timing possible?

to update tile can use push notification or shelltileschedule.

the level of frequency talking technically possible puch notifications not schedule. highest frequency can use schedule hourly.

i recommend reviewing updating @ frequency level talking though.

  • is data going update often?
  • is user realisitically going checking phone often?

if need update user when data changes alternatives better suited. e.g. sms, email, automated call or toast notification.

you should consider updating less frequently. people don't check phone 24 hours day. serious if data user saw hour old?


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -