Class ProgressDialogs

  • All Implemented Interfaces:

    
    public class ProgressDialogs
    
                        

    Utility class for showing progress to users.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static AlertDialog create(Context ctx, String message) Show a progress dialog with a provided message.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProgressDialogs

        ProgressDialogs()
    • 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.