A shared elements transition determines how views that are shared between two activities transition between these activities.
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-transitionI 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-transitionI'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-transitionsIn 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 have the following situation inside of a soccer application. We want to implement the shared elements between all these …
android shared-element-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 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-transitionFor 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