Android Count Down Timer Example 1 Comment / Android Tutorial / October 31, 2017 November 4, 2017 / Android UI, CountDownTimer, Timerandroid.os.CountDownTimer is an abstract class which provide 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 verification code retrieval function.