EditText in listview repeats the value

后端 未结 3 778
死守一世寂寞
死守一世寂寞 2020-12-22 04:57

I have three textviews and one edit text in the list. when I entered any value in the edittext, the same value is also copied in the other edittext. I tired implementing wit

3条回答
  •  不知归路
    2020-12-22 05:41

    Adding to below answer , you should always use if else condition to put values in getView(..) method , if no value the put empty space in else condition , I too faced the same issue.

提交回复
热议问题