# Layout animations on RecyclerView

DevFeed: [Layout animations on RecyclerView](<https://devfeed.tech/articles/layout-animations-on-recyclerview-27191.md>)

Original publisher: [Read original article](<https://antonioleiva.com/layout-animations-on-recyclerview>)

Published: 2015-09-08T00:00:00Z

Content type: tutorial

Language: en

Sources: [Antonio Leiva](<https://devfeed.tech/sources/antonio-leiva.md>)

Topics: [recyclerview](<https://devfeed.tech/topics/recyclerview.md>), [Android](<https://devfeed.tech/topics/android.md>), [XML](<https://devfeed.tech/topics/xml.md>), [Material Design](<https://devfeed.tech/topics/material-design.md>)

Tags: [adapter](<https://devfeed.tech/tags/adapter.md>), [android](<https://devfeed.tech/tags/android.md>), [animation](<https://devfeed.tech/tags/animation.md>), [code](<https://devfeed.tech/tags/code.md>), [layout](<https://devfeed.tech/tags/layout.md>), [material-design](<https://devfeed.tech/tags/material-design.md>), [recyclerview](<https://devfeed.tech/tags/recyclerview.md>), [xml](<https://devfeed.tech/tags/xml.md>)

## AI overview

A tutorial shows how to add controlled diagonal layout animations to RecyclerView using XML-defined layout animations. It discusses animation order, row and column delays, direction, slide-in effects, and timing the animation after the app opens.

## Source excerpt

Everything Android, Kotlin and other random topics