
By default the progress bar maximum value is 100 android:max : We can set the maximum value of the ProgressBar using this attribute.

Some important attributes used to describe a ProgressBar are given below. Using a ProgressBar is a good user experience practice since it displays the status of progress of the given task (such as downloading an image) to the user. Progress bar in android is useful since it gives the user an idea of time to finish its task. Android progress bar displays a bar representing the completing of the task. Android ProgressBarĪndroid ProgressBar is a graphical view indicator that shows some progress. We’ll create both of these progress bar in android application.


There are two types of progress bars : Horizontal and Circular. Today we’ll implement android ProgressBar in our application.
