I implemented a ListView using ArrayAdapter. Each listItem (row) contains EditText.
When I try to Edit the text of EditText I was not able to do that , because whenever the keyboard appears getView() method is called and I am not able to edit the text.
Can anyone help me in sorting out this issue.
Thanks in Advance