I noticed that some applications have ProgressDialog near application label which i marked with red circle in the image below -
does somebody know how can i get ProgressDialog there?
I noticed that some applications have ProgressDialog near application label which i marked with red circle in the image below -
does somebody know how can i get ProgressDialog there?
You are talking about the so called Action Bar. This UI concept allows developers to place their menu and contextual information regarding to the currently displayed screen in a separate bar at the top, including the indeterminate progress indicator you mentioned. Natively, this bar isn't available on older android versions, but there is an excellent library that allows you to use the action bar and still target older versions: ActionBarSherlock
You can take a look at the capabilities of the action bar with the ActionBarSherlock Demo