How to restrict an edittextbox with numbers and special symbols on android/eclipse.
ie., i must want to allow only the characters (a-z & A-Z) not the others.
Is there any options available to do this through .xml(file)?
Thanks in advance!.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
//ya its avilable
in your string.xml you can add and resource as
and access in your edit text add attribute as
now only the specified characters only edittext will take.