I want to restrict the chars to 0-9, a-z, A-Z and spacebar only. Setting inputtype I can limit to digits but I cannot figure out the ways of Inputfilter looking through the
It is possible to use setOnKeyListener. In this method, we can customize the input edittext !
setOnKeyListener
edittext