posted 1 year ago
I am creating an app in which the user registers with his email and password, then the app will give the user a 4 digit PIN. The registration works in the sense that the email and password gets saved, but the 4 digit PIN isn't being generated and the registration button doesn't take me to the next activity, however if I type in the email and password in the login activity I can get to the next screen. This is my registration activity code, after the registration button is clicked.