https://kotlinlang.org logo
Title
u

user

06/23/2022, 1:51 PM
Kotlin Login/Register Page Validation issues occurring requiring assistance On Login page and when pressing register, it takes you to register, but when clicking on register button on register page, it adds user to database regardless if info is provided or not and then takes you back to login page, where you are able to log in regardless if email and password is even entered. I want the validation to happen before the execution. Currently it does validate, but executes regardless. Please advise. import android.content.ContentValues import android.content.Intent...