Posts by Michel Ferreira • 1 point
1 post
-
0
votes2
answers101
viewsA: The application for when editText is not populated
I used this here, modify your code and see if it works if(!email.getText().toString().isEmpty() && !senha.getText().toString().isEmpty()) validarLogin(); else…