circular

Display circular ProgressBar in Android

Karan Balkar
Hello friends! In the past we have discussed about creating and displaying a basic ProgressBar in Android. A ProgressBar, as the name suggests is basically used to indicate the progress of an operation. By default the progress bar is a spinning wheel (an indeterminate indicator). However, one can also create a circular ProgressBar by applying certain custom attributes. More such styles can be found over here. In order to create a circular progress bar we need to add a new XML file in the drawable folder.