Slide 10
Slide 10 text
Activity Transitions (API 21)
Request Window.FEATURE_ACTIVITY_TRANSITIONS and
Window.FEATURE_CONTENT_TRANSITIONS in both Activities
Set a transition name on the View in both Activities
Create a Bundle with
Call startActivity(intent, transitionBundle);
makeSceneTransitionAnimation(activity, sharedView, viewTransitionName).toBundle();