Android Count Down Timer Example 1 Comment / Android Tutorial / Android UI, CountDownTimer, Timer android.os.CountDownTimer is an abstract class that provides a count-down timer function. You must create a sub-class of it to use. This example will show you how to use android.os.CountDownTimer to implement a verification code retrieval function.