I want to filter the input of an EditText, only digits and letters are allowed, first I use TextWatcher to …
android android-edittext textwatcher android-input-filterI'm trying to implement an EditText that limits input to Capital chars only [A-Z0-9] with digits as well. I …
android android-edittext android-input-filter