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?
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?
ListView is now replaced by RecyclerView for Lollipop per MaterialDesign.
This is a simple RecyclerView example with default MaterialDesign animations.