I have an EditText textBox and I would like to react to the user typing inside of it.
Note: I want to react while the user types in the EditText so I can’t have some kind of button for the user to click when he is done.
I have an EditText textBox and I would like to react to the user
Share
You can use something like this (textchangelistener): If you want listen usertype on edittext
Hope it helps