I have made a list which item has checkbox. I hide and show it with android:animateLayoutChanges effect. Now problem is, when list is large, and i set visibility to visible of the checkboxes , only items which are currently in view shows checkbox fine. But when i scroll the list , the items which were off screeb priviously will animate now to show the checkbox.
Similar happens when i set visibility to gone.