List of utility methods to do Timer Start
final long IMMEDIATELY = 0; Timer timer = new Timer(true); timer.schedule(task, IMMEDIATELY, interval);