[android-developers] Re: Validation of the phone number:

2009-01-13 Thread loty
Android has this ability as part of Linkify functionality - basic pattern matching. It does a good job of parsing out phone numbers but messes up other numbers sometimes. You can always roll your own - it's trivial with regular expression. On Jan 12, 11:49 pm, Manjunatha M (ಮಂಜುನಾಥ ಎಂ)

[android-developers] Re: Validation of the phone number:

2009-01-12 Thread sheik
Hi, i dont think their is any api in android to check the validity of a contact number as 3 digit number is a valid and so as the 15 digit number to add to the contacts. But i think one has to write own set of classes or methods inorder to check the validity and thus store in the contact list.