30

Pretty much in in the title.

Have seen this around and after a bit of searching can't seem to find out what it actually does or what indeterminate progress is.

requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS)

It's used for example by RoboSpice samples.

Marian Paździoch
  • 8,813
  • 10
  • 58
  • 103
mgibson
  • 6,103
  • 4
  • 34
  • 49
  • It is used for progress bar, see the answer of this question http://stackoverflow.com/questions/4866846/show-a-progress-bar-when-an-activity-is-loading – Gabriel Augusto Feb 01 '13 at 15:48

1 Answers1

43

Update: Currently this feature is deprecated and not supported on current devices, check the official documentation.

Original answer:

Simply rotating circle in top right corner in Actionbar which represent some background action.

enter image description here

Screenshot is from Sherlock Actionbar demos.

ATom
  • 15,960
  • 6
  • 46
  • 50