Problems with a timer app that is run in a Background app Please Login to Remove! Hi
I am having a background app that has got a timer do some tasks every few seconds
But when I run it , I think that the timer app is being invoked a few times before the time period set in the timer has arrived
I had set a public value and incremented it in the timer and while printing it out , I can see that the value is the same for a number of times
Does anyone know why it is so and how I can avoid it ? |