Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 211 Bytes

File metadata and controls

3 lines (2 loc) · 211 Bytes

Android Lesson Four Demos

(1) CountDownTimer - We construct our own implementation of the CountDownTimer class using an AsyncTask. The demo demonstrates the downsides of the naive approach for such a timer.