0

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
enter image description here
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!

Rahul Patel
  • 3,803
  • 5
  • 29
  • 46

2 Answers2

1

I have some of the library for progress wheel. Hope for help.
Progress Wheel
Circle Progress

B M
  • 1,753
  • 1
  • 23
  • 38
0

Basically you set custom parts of progress bar in corresponding layout XML file. See How to Customize a Progress Bar In Android

Community
  • 1
  • 1
GuardianX
  • 527
  • 10
  • 28