I have a progress bar (swirly waiting style) defined in xml as:
You use the following line inside your activity tag in manifest.
In the above android:configChanges="orientation" will maintain the state of your application while configuration change.
android:configChanges="orientation"