So I have a base row that is basic template that is shown at the start when the rows of the list view is created, but each row has a button that adds new elements to the row clicked in the list view for example adding a EditText the problem is that each time I scroll down and then come back to the row I added things, it is created again and the elements I added are erased. I know this is happening because my application is calling the method So I have a base row that is basic template tha