[ASK] How to show loading animation?

hillzx

Member
Licensed User
Longtime User
One simple question, but i don't know how to do it

Do you know how to show loading animation like this :
donut12.png


Thank you for your help
 

walterf25

Expert
Licensed User
Longtime User
ProgressDialog

like this, to show the progressdialog do this

B4X:
ProgressDialogShow("Loading...")

and to hide like this.

B4X:
ProgressDialogHide

Cheers,
Walter
 
Upvote 0
Top