I have 3 EditText box in my activity, how to achieve changed text using single Textwatcher.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I just encountered this problem. I solved it by creating an inner class implementation of TextWatcher that takes a View as an argument. Then, in the method implementation, just switch on the view to see which one the Editable is coming from:
⋮
⋮ |
|||||||||||||
|
Then:
|
|||||||||||||||||
|