Hi, in this tutorial you will learn how to use
a ProgressBar element in your Android application. ProgessBar is a visual
element that show a progress that has been made in some operation. It is known
as good practice to use this element if you have any long lasting operations in
your application, this way you can notify your user of how far the operation
has progressed.
