MyTools/tools/Timer_Tools/CircularCountdownTimer library
Classes
- CountdownTime
- A data class that holds the full breakdown of remaining time.
- MyCircularCountdownTimer
- A customizable countdown timer widget that displays a smooth circular progress arc and a center text showing a chain of time units (from the highest specified to the lowest) arranged from left to right (largest on the left, smallest on the right).
Functions
-
convertSecondsToCountdownTime(
int totalSeconds) → CountdownTime - Converts a total number of seconds into a CountdownTime using fixed factors: 1 year = 365 days, 1 month = 30 days, 1 week = 7 days.