Skip to content

Releases: KunikaValecha/TimerView

Countdown Timer View - Third Release

26 Oct 10:52
9b9e389

Choose a tag to compare

Countdown Timer View - Second Release

25 Oct 11:40

Choose a tag to compare

  • Added pause and play functionality
  • Code refactoring

Countdown Timer View

16 Oct 10:46

Choose a tag to compare

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.