Progress dialog in Anko
Jumping directly in:
There are of course also:
val dialog = progressDialog(message = "Please wait a bit…", title = "Fetching data")
There are of course also:
dialog.show()It is said that 'an indeterminate progress dialog is also available'. See:
dialog.dismiss()
indeterminateProgressDialog()
Comments
Post a Comment