I had a method which runs the timer and displays alert for every 10 minutes. But when I came out of the application it stops the timer and the it does not display any alert.
Would somebody tell me how to run the timer on background which always runs and gives the regular updates even if I'm not using the app.
Is there a way to do that? I read that the windows phone 8 will run tasks on background but I don't find how to work with it,
I saw the Scheduled Agents but I don't understand how to use that for this scenario.