A shared elements transition determines how views that are shared between two activities transition between these activities.
Firstly, my status bar background is set to dark brown, and my navigation bar background is default black. I'm using …
android android-5.0-lollipop shared-element-transition activity-transitionI 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-transitionI 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-transitionI'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-transitionI am working with Shared Element Transitions between activities. The transition is working fine but I want to know when …
android shared-element-transitionI'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-transitionI 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-transitionI 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-transitionAn 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 sharedelementcallbackI'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