Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有动态生成并动态添加 addTextChangedListeners 的 EditTexts 向量。
问题是“afterTextChanged”上返回的 Editable 并没有让我知道该侦听器与哪个 EditText 相关联。
有没有办法从 TextWatcher 中调用相应的 EditText?
谢谢,
我建议创建自己的 TextWatcher,但在我在这里放下未经测试的伪代码之前,我发现还有另一个名叫 Sebastian Roth 的人已经这样做了。
查看他的答案: TextWatcher for more than one EditText