Top "Shared-element-transition" questions

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

Blinking screen on image transition between activities

I implemented an image transition between two activities using the new shared elements from lollipop. It's working but I get …

android material-design shared-element-transition
Animate ImageView between two activities using shared element transitions with ChangeImageTransform

I am trying to animate one ImageView to another position between two activities in Android API level 21. Since "MoveImage" in …

android android-5.0-lollipop shared-element-transition activity-transition
Are Activity/Fragment Transitions compatible with pre-Lollipop devices?

I'm trying to make an Activity Transition using Shared Elements on a pre-Lollipop device (4.x). Is it possible? So far, …

java android material-design activity-transition shared-element-transition
How to know when Shared Element Transition ends

I am working with Shared Element Transitions between activities. The transition is working fine but I want to know when …

android shared-element-transition
Understanding exit/reenter shared element transitions

I'm doing some rudimentary exploration of Shared Element Transitions in Android L. The simple example I've setup has an image …

android android-5.0-lollipop shared-element-transition activity-transition
Android lollipop shared elements transition blink / flash

I see strange thing in my shared element transition on Lollipop. Shared elements are flickering just before they are starting …

android android-5.0-lollipop android-transitions activity-transition shared-element-transition
How can I scale textviews using shared element transitions?

I am able to get TextViews to transition perfectly between two activities using ActivityOptions.makeSceneTransitionAnimation. However I want to make …

android android-5.0-lollipop shared-element-transition activity-transition
ViewPager Fragments – Shared Element Transitions

An app I'm developing displays a grid of images. When you tap an image, it goes into the details view. …

android animation shared-element-transition activity-transition sharedelementcallback
Android - Shared element transitions with calling activity finish()

I'm working on making an application more Material and I'm just stuck on how to implement some shared element transitions. …

java android android-5.0-lollipop activity-finish shared-element-transition