listview with a custom adapter - every other item element are duplicates
问题 I have come accross a bit of a weird problem (i think) with my listview and its customadapter. The problem is that I have some different view elements for every item in my listview, such as EditText fields among others. Whenever I have more than 2 items in the listview, entries to these elements are now in every other item. Let me give an example: - I am adding 8 items to the listview. - I enter a value in the first textfield - Now the same value repeats in the textfields: 3, 5 and 7 - If I