How can I show a progress dialog without the message?
I only need to show the indeterminate circle. What is the easiest and fastest way of doing this without creating a custom dialog? Is there any method similar to this:
progressDialog.setShowIndeterminateCircleOnly(true)
if you need a only spinning wheel without box, you can use like this.