I need put a wait message for a user, i use Alertdialog but how can i use this without a button? Or existing a way for use a circular progress indicator?
@pedroluis5, you can't put up a standard AlertDialog without buttons.
However, I have a couple of solutions for you. If you are only interested in IOS then you can follow this blog article and put up a native IOS wait spinner using my Hot Wax library:
Alternatively, you can use this pop up class under IOS and Android:
There is a mode where you can ask the popup to automatically dismiss itself when an operation is complete. The code is available here: https://github.com/bowerhaus/BhPopup
Comments
However, I have a couple of solutions for you. If you are only interested in IOS then you can follow this blog article and put up a native IOS wait spinner using my Hot Wax library:
http://bowerhaus.eu/blog/files/activity_spinner.html
Alternatively, you can use this pop up class under IOS and Android:
There is a mode where you can ask the popup to automatically dismiss itself when an operation is complete. The code is available here: https://github.com/bowerhaus/BhPopup
Best regards
Likes: bowerandy, duke2017
My game run on android and ios.
tks