Kotlin — Quick Shared Element transition trick

Kotlin — Quick Shared Element transition trick

Shared Element Transition : Having a view that moves from one activity to another in a smooth motion.

Let’s say you have more than one view to do a shared element transition in your app, how do you do it in Kotlin ?

We would like to transition multiple views like in this example :

Shared element transition for image from Grid item to Details page

Below are code snippets for both Java and Kotlin

Java way :

Kotlin way:

or