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 :
Below are code snippets for both Java and Kotlin