Ejemplo n.º 1
0
  @Override
  protected void init(@Nullable Bundle savedInstanceState) {
    super.init(savedInstanceState);

    btnLogin.setOnClickListener(this);
    edtEmail.addTextChangedListener(this);
    edtPassword.addTextChangedListener(this);
  }