I'm creating an android app.
I have a registration form in that app. Registration form is having three fields like email
, password
and confirm password
.
I want to validate email
while typing and also need to check whether password and confirm password are matching while typing. How can I do that in android?
Can anyone help me on this issue?
Your help is much appreciated.