Releases: KunikaValecha/TimerView
Releases · KunikaValecha/TimerView
Countdown Timer View - Third Release
Fixing Headers styling.
Countdown Timer View - Second Release
- Added pause and play functionality
- Code refactoring
Countdown Timer View
Custom timer view for android to display the countdown in Hours:Minutes:Seconds.
All you need to do is input the remaining time which should be Long Type in startTimer function along with uiScope.
You can define the interval (in milliseconds, Type Long) on which the timer view changes inside onInterval lambda function. You can also define your functionalities when countdown stops inside onFinished lambda function.