Android - what does requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS) do?

mgibson picture mgibson · Feb 1, 2013 · Viewed 18k times · Source

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.

Answer

ATom picture ATom · Feb 1, 2013

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.