I am working with custom Adapter of a ListView in which I have a TextView and a Spinner. After selecting the values from a Spinner, the value after copied to the TextView of
This is because ListView is reusing all previous Views, which are scrolled (not visible).
ListView
Views
Please check out this topic.