Activity transitions in material design apps provide visual connections between different states through motion and transformations between common elements.
In Android Lollipop, the Activity#postponeEnterTransition() and Activity#startPostponedEnterTransition() methods give the Activity the ability to delay starting the entering …
android android-5.0-lollipop shared-element-transition activity-transition fragment-transitionsHow can I implement shared elements transitions in pre-21 devices? I've more or less followed the guide here http://antonioleiva.…
android android-activity shared-element-transition activity-transitionI am trying out Activity Transitions and when I paste below code in my values-21/styles.xml I get error: …
android android-5.0-lollipop material-design activity-transitionI'm trying to wrap my head around the new Activity Transition framework in Lollipop. The Activity Transition works pretty straighforward …
android android-fragments android-5.0-lollipop shared-element-transition activity-transitionOn Android 5.0 Lollipop, I have two activities A and B. Activity B has a slie enter transition from bottom with …
android android-actionbar android-5.0-lollipop activity-transition shared-element-transitionI am having some trouble understanding the difference between these two Window flags and am not 100% certain when each needs …
android activity-transition shared-element-transition