I would like to avoid to the user to put a smiley with the keyboard into an EditText
. Is it possible ?
You can define your input type and only accept letters or change your keyboard type:
https://developer.android.com/training/keyboard-input/style.html
Or you can only accept some specific digits: