public AnimatorListener1(LoginActivity activity, bool show)
 {
     this.currentActivity = activity;
     Show = show;
 }
 public OnEditorActionListener(LoginActivity activity)
 {
     this.currentActivity = activity;
 }
 public UserLoginTask(LoginActivity activity, String userName, String password)
 {
     currentActivity = activity;
     mPhone          = userName;
     mPassword       = password;
 }