-1

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).

Christopher Perry
  • 38,891
  • 43
  • 145
  • 187

1 Answers1

3

Maybe you should take a look at Topeka . http://android-developers.blogspot.co.uk/2015/06/more-material-design-with-topeka-for_16.html

Available at GitHub: https://github.com/googlesamples/android-topeka

Andre Classen
  • 3,868
  • 3
  • 26
  • 36