Timer | Android Developers
Class Overview Timers schedule one-shot or recurring tasks for execution. Prefer ScheduledThreadPoolExecutor for new code. Each timer has one thread on which tasks are executed sequentially. When this thread is busy running a task, runnable tasks may be ....