Top "Shared-element-transition" questions

A shared elements transition determines how views that are shared between two activities transition between these activities.

Hiccups in activity transitions with shared elements

I want to use the new Activity Transitions of Android Lollipop. But currently I am seeing very weird hickups during …

android android-5.0-lollipop shared-element-transition activity-transition
Android - Recyclerview shared element transition item position

I hope you could help me with this issue. I have two fragments, the first one is a recyclerview with …

android-fragments android-recyclerview shared-element-transition
Shared elements animating between fragments

I'm trying to animate 2 simple Views from a selected item in a RecyclerView to a new fragment. I've looked at …

android android-fragments android-recyclerview shared-element-transition fragment-transitions
How to postpone a Fragment's enter transition in Android Lollipop?

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-transitions
Android shared elements transition pre-21

How 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-transition
Multiple Shared Elements

I have the following situation inside of a soccer application. We want to implement the shared elements between all these …

android shared-element-transition
Activity and Fragment Transitions in Lollipop

I'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-transition
How can i exclude ActionBar when transitions between Activities on Android 5.0

On 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-transition
Shared element transition don't have the expected behaviour

I implemented the shared element transition between from an image in a RecyclerView to an image in a new Fragment. …

android android-fragments android-5.0-lollipop android-recyclerview shared-element-transition
Android reverse shared element transition on back after orientation change?

For shared element transition I am following this github project. It has 2 screens - one with recyclerview having number of …

android material-design android-recyclerview onbackpressed shared-element-transition