Posts by Arthur BL • 1 point
2 posts
-
0
votes1
answer35
viewsA: Error does not appear in login page and program closes when run in emulator
I managed to put a Textview in place of Toast. Code: public class MainActivity extends AppCompatActivity { private login mLogin = new login(); @Override protected void onCreate(Bundle…
-
-1
votes1
answer35
viewsQ: Error does not appear in login page and program closes when run in emulator
I am making a login page that if the data is correct or incorrect appears a Toast displaying the result. The problem is that there is no error (when there is any) and when run in the emulator the…