[Solved] Android Listview animations that don’t suck [closed]


Basically you can

  • rotate
  • translate
  • scale
  • change alpha

with animations. And combine in with the many different interpolators to define the speed and acceleration of an animation.

Here are the main animation docs.

Some people also developped some fancier animations by combining them like a 3d flip. But it is always based on the elementary bricks enumerated above.

3

solved Android Listview animations that don’t suck [closed]