Class ProgressDialogs
-
- All Implemented Interfaces:
public class ProgressDialogs
Utility class for showing progress to users.
-
-
Constructor Summary
Constructors Constructor Description ProgressDialogs()
-
Method Summary
Modifier and Type Method Description static AlertDialog
create(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.
-
-
-
-