'How to setup an addTextChangedListener on an EditText which is in a listView

I have a small problem. I want to be able to set up an addTextChangedListener on an EditText which is in a listView. And the listView in question is in a fragment, how could I do this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source