Android's ProgressBar widget displays visual work-in-progress indication to the user. A determinate progress bar displays how far the operation has progressed. An indeterminate progress bar just displays that work is being done.
Android's ProgressBar widget displays visual work-in-progress indication to the user. A determinate progress bar displays how far the operation has progressed. An indeterminate progress bar just displays that work is being done.
Android ProgressBar is often used in a Dialog using ProgressDialog. 
ProgressBar has following different styles
 
     
     
     
     
     
     
     
     
     
     
     
     
    