I have a EditText and I want to inform each time text changes (with entering each character). What implementation should I use and what function should I override?
Use the addTextChangedListener
method on your EditText and make your class implement or define an inner class implementing the TextWatcher
class:
https://developer.android.com/reference/android/widget/TextView.html#addTextChangedListener(android.text.TextWatcher)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With