I'm working on quiz for Android and I want a limited time to answer every question. So I want to display a ProgressBar like below UI
that show the like timer . And when it reaches zero I want to do some stuff. I have the quiz and everything working, I just want to add the ProgressBar.
I tried to draw using paint but not success, please let me know how can i got solution?
Thanks in advance!