I am developing an application for keyboard, but i am geting an issue. I want to restrict/block some special character from soft keyboard in EditText in android programmatic
check this link which shows How to restrict special characters from an Android EditText field?
Try this code android:digits="abcde.....012345789" i guess this is the easiest way to do.Hope this help you.
android:digits="abcde.....012345789"