Android Question ProgressDialog only with the spinner

Binary01

Active Member
Licensed User
Longtime User
Hi,
I need to create a progressDialog only with the spinner and without the box (or at least with a smaller box and the image in the middle).
Is there any way to accomplish this? Thanks!
 

Binary01

Active Member
Licensed User
Longtime User
Thanks Erel,
When I use ProgressDialogShow, I want to view circular spinning wheel only, without any text and any box.
When I use ProgressDialogShow ("") without text. The circular spinning wheel with a dialog bar is shown. I don't want any dialog bar. I want animated circular only when database 's query.
 
Last edited:
Upvote 0
Top