I get the user data and password from Firebase, but when using the code to pass another activity, the app is closed.
Toast.makeText(Login.this, "Bienvenido", Toast.LENGTH_SHORT).show();
Intent intent = new Intent (Login.this, Perfil.class);
st...
asked by
30.05.2018 / 15:21