I have a ListView where each row has an EditText control. I want to add a TextChangedListener to each row; one that contains extra dat
ListView
EditText
TextChangedListener
Save the current textwatcher in viewholder and you can find the one you want to remove.