I had a method that starts a timer and displays a warning every 10 minutes. But when I exit the application, it stops the timer and it does not display any warnings.
Someone will tell me how to start a timer in the background, which always runs, and gives regular updates, even if I am not using the application.
Is there any way to do this? I read that Windows Phone 8 will run tasks in the background, but I donβt find how to work with it,
I have seen scheduled agents, but I do not understand how to use this for this scenario.
source share