My test app is based on the circular progress bar example
What I want to achieve: repeated counting down. When the value reaches 0, reset it to 100 and repeat.
Problems I'm having:
After the value reaches 0, value of 1 and 2 will appear briefly before 100 shows. These values of 1 and 2 should not be shown
Did I missing anything? How to fix the problem?
TIA
What I want to achieve: repeated counting down. When the value reaches 0, reset it to 100 and repeat.
Problems I'm having:
After the value reaches 0, value of 1 and 2 will appear briefly before 100 shows. These values of 1 and 2 should not be shown
Did I missing anything? How to fix the problem?
TIA