Tag: ListView

DevBytes: ListView Animations

How animating ListView items can lead to problems as views are recycled, and how to perform these types of animations correctly with new API added in Jellybean.
0

DevBytes: Animating ListView Deletion

Animating changes to ListView items can be tricky, with views getting recycled as the contents of the ListView change. This episode covers one approach to animating swiping of items out …