How to force adapter not use/repeat already inflated layouts, if the screen room is not enough to display all the items in listview, gridview or expandablelistview.
I have problem in expandablelistview, if I set background color of the selected item, another item`s background color is also changed(at first this item is not displayed on the screen, it appears after scroll).
So I conclude that second item is the same as the first.