Material Design Non-Simple Activity Transition Animations

453 views Asked by At

I've looked at the ActivitySceneTransitionBasic example in the samples of the Android SDK, which does a very simple transition from a GridView item click into a Detail Activity for the item that was clicked. This example is much too simple. I'd like to do something more complex, like at 21s in this video. I want the item clicked to become the header in a CollapsingToolbarLayout like the video shows, and I want the same grow animation shown, as it implements what's in the guidelines (elevation and expansion).

1

There are 1 answers

0
Andre Classen On BEST ANSWER