How to implement the "parent-to-child" navigational transition as prescribed by Material Design

android, material-design

Solution

Hey I think I'm a few weeks late, but I just released a library for building this, inspired by Google Inbox: https://github.com/saket/InboxRecyclerView

Problem

Google's Material Design guidelines prescribe the following transition for "parent-to-child" transitions when the parent consists of a list. (Material Design Guidelines) How do I provide such a transition? I'm unaware of any inbuilt transition provided to make this possible.

Original source