- Jan 6, 2013
- 260
- 0
- 0
Suppose i wish to create a night clock app, it will use DateTime, and since the app shall remain open, i can update the DateTime every minute right?
What is the ideal way to do that? Use a loop?(which i doubt)
A background agent?
How fast a background agent can update if the app is running?
What is the ideal way to do that? Use a loop?(which i doubt)
A background agent?
How fast a background agent can update if the app is running?