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,823
  • 5
  • 30
  • 46

2 Answers2

1

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

B M
  • 1,863
  • 1
  • 25
  • 40
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
  • 515
  • 11
  • 29