Class ProgressDialogs
-
- All Implemented Interfaces:
public class ProgressDialogsUtility class for showing progress to users.
-
-
Constructor Summary
Constructors Constructor Description ProgressDialogs()
-
Method Summary
Modifier and Type Method Description static AlertDialogcreate(Context ctx, String message)Show a progress dialog with a provided message. -
-
Method Detail
-
create
static AlertDialog create(Context ctx, String message)
Show a progress dialog with a provided message.
- Parameters:
ctx- the context of the application.message- the message to show to the user.
-
-
-
-