Skip to content

A simple count-town timer identical to android.os.CountDownTimer but with simplified usage and additional functionality to pause,resume and run in background.

Notifications You must be signed in to change notification settings

Office-Murtaza/Android-CountDownTimer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android CountDown Timer

A simple countdown timer identical to android.os.CountDownTimer but with simplified usage and additional functionality to pause,resume and run in background.

Features

  • Easy to use.
  • Dynamic delays.
  • Allows pause/resume/stop/restart.
  • Allows instant switch & run on background thread.
  • Allows timer pattern formatting.
  • Versions available for both Java & Kotlin.
  • Android only (Doesn't rely to work on any 3rd party library).
  • Its not a fixed dependency to be included in your project to increase redundancy.
  • Its flexible to be converted in any library/SDK or modular form as per your requirement.
  • Modifications/Enhancements can be made as required.
  • Highly decoupled,optimized and clean code.
  • No Obfuscation Required (Proguard/Dexguard).
  • Complete Documentation.
  • It would be a part of your project while not implying any 3rd-party involvement.

How to use ?

Just clone the project in Android Studio and run it.

For details read more on medium.

About

A simple count-town timer identical to android.os.CountDownTimer but with simplified usage and additional functionality to pause,resume and run in background.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 50.2%
  • Kotlin 49.8%