I was going through developer site of android and I found a class named ContentLoadingProgressBar. By seeing this class I come up with some questions in my mind. It would be great if someone answers my questions.
- What is the difference between Normal
ProgressBar
andContentLoadingProgressbar
? - What is the practical usage of ContentLoadingProgressBar?
Can we show/hide this progressbar according to our requirement?
How can I custom style this progressBar?
Thanks for your help in Advance. It would be great if someone explain it using codes and examples. Thank you.