Android EditText : How to avoid user enter smileys? -


i avoid user put smiley keyboard edittext. possible ?

enter image description here

you can define input type , accept letters or change keyboard type:

https://developer.android.com/training/keyboard-input/style.html

or can accept specific digits:

how create edittext accepts alphabets in android?


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -