Dear All,
Im developing a android application.Im using *android 2.3.3* for development. Here 1 screen im showing *text box (EditText)* and get the input from user The requirement is the *restrict the user to type only capital letters (only alphabets,numbers) and no special character allowed* For that if im using *"InputType.TYPE_TEXT_FLAG_CAP_CHARACTERS"* then it allows only captial characters (only displays keyboard as capital letters) but it also allows *special characters &, * etc* But i need ,that no special characters and the keyboard *shows only the upper case letters* The above is possible in android or not? -- *Thanks & Regards, SIVAKUMAR.J <http://stackoverflow.com/users/385138/sivakumar-j> * -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

