Click here to Skip to main content
15,903,854 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello...


i have registration layout in android which contain e-mail id and phone number editTextView.

when user click on register button then check out given e-mail id and phone number are true ya fake by verification.

so,plz any idea give me..
Posted

I am not sure if this is possible. That's the reason many website use confirm link to verify the mail. In case of a code is SMS'd to mobile and user has to enter code in the website for confirmation.
 
Share this answer
 
Use Regular Expressions to validate E-mail and Phone numbers according to your requirement.
Check out these links http://stackoverflow.com/questions/1819142/how-should-i-validate-an-e-mail-address-on-android, https://tausiq.wordpress.com/tag/phone-number-validation
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900