how to check the text of edittext is email address or not without using javascript and regular expression?
Here I used inputtype="textEmailAddress" this is working but no error message is display.
how to check the text of edittext is email address or not without using
Share
Pass your edit text string in this function .
for right email verification you need server side authentication
Note there is now a built-in method in Android, see answers below.