I have a registration screen where user can provide their email as username and password. I want to implement logic where if the email address is invalid, then I flag the error (similar to editText.SetError) on entry control. How can I do this?
↧
I have a registration screen where user can provide their email as username and password. I want to implement logic where if the email address is invalid, then I flag the error (similar to editText.SetError) on entry control. How can I do this?