I want the user to enter only alphabets and special characters in an EditText. One approach would be to add all the alphabets and all the special characters in the EditText's "android:digits" tag. But I don't think that a good way.
Any better way to achieve it?