-1

in material design official guidelines I saw ListView animation - Video link

My question: is it some build-in animation or I should manually code it to achieve same effect. If I should code it, which tools/classes are used for this?

Faceles
  • 453
  • 1
  • 5
  • 16
  • 1
    try this [link](http://stackoverflow.com/questions/26724964/how-to-animate-recyclerview-items-when-they-appear) – Harish Jun 19 '15 at 16:29

1 Answers1

2

ListView is now replaced by RecyclerView for Lollipop per MaterialDesign.

This is a simple RecyclerView example with default MaterialDesign animations.

RecyclerView Simple example

Prabhuraj
  • 928
  • 2
  • 8
  • 14