Device.StartTimer(TimeSpan.FromSeconds(1), () => { // called every 1 second // do stuff here return true; // return true to repeat counting, false to stop timer });