I have a ListView
in which I have a EditText
in each item of the list.
When I click on the EditText
and scroll the ListView
the focus of the EditText
moves to some other item's EditText
.
Why is this happening and could someone help in stopping this from happening?