I have a listview with customized elements (4 elements per row). I have also used a costumized ArayAdapter which has a parameter named position.
My question is: once when the list is established and I have it on the screen, when i am scrooling, the elements position changes: why and how to block this.
I am asking this because my code depeds in those positions, I am using if( position==...)