In listview when it is scrolled, the top item which is going out of scene is attached at bottom which is coming in to scene.
Is this behaviour fixed or we can disable this feature.
In my listview, i got only 10 items so this feature is not that important to have.
If you ignore the “convertView” parameter on your
Adapter.getView(), the old view will not be used, but it will be regenerated when you scroll back.If you don’t want this behavior, use a LinearLayout.