Kotlin — Quick Shared Element transition trick
android•Mar 10, 2019
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
Adit Lal
Recommended for you
json[
Ad-hoc polymorphism in JSON with Kotlin
a year ago•4 min read](/web/20200814163833/https://www.aditlal.dev/polymorphic-json/)dsl[
Kotlin DSL - let's express code in "mini-language" - Part 5 of 5
a year ago•3 min read](/web/20200814163833/https://www.aditlal.dev/kotlin-dsl-part-5/)dsl[
Kotlin DSL - let's express code in "mini-language" - Part 4 of 5
a year ago•2 min read](/web/20200814163833/https://www.aditlal.dev/kotlin-dsl-part-4/)
No results for your search, please try with something else.
Adit Lal © 2020 • Published with Ghost
JavaScript license information
![]()
