1. This is not related to Android.

2. It is not possible, short of sending the user an email and seeing
if it works.

There are plenty of Java regular expressions you can use with the
Pattern and Matcher classes to make sure the email address is not
completely rubbish (e.g., missing the @ sign).

On Thu, Dec 9, 2010 at 7:38 AM, Abhilash baddam
<abhilash.androiddevelo...@gmail.com> wrote:
> Hi,
>      iam new android..can any one tell how to do email validation in
> android...
>       actually i have one edit text where the user have to enter email id..
>        how can i validate whether the user entered proper mail id or not.
>
>
>
>
>
>
> Regards,
> Abhilash.B
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9
Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to