Mohit Sarveiya | KotlinConf 2024, May 22–24, Copenhagen
all speakers

Mohit Sarveiya

Mohit Sarveiya

Google Developers Expert Kotlin & Android

Mohit Sarveiya is a Google Developer Expert in Kotlin and Android. Prior to building Android apps, he was a Backend Engineer. He was an early adopter of Kotlin and absolutely loves the language. He has given many talks and workshops on Kotlin.

Guide to Improving Compose Performance

The Compose compiler gives you that ability to know whether composable methods will be skipped during recomposition. The compiler gives you analytics on whether methods are skippable and restartable. In this talk, I’ll do a deep dive on what’s going on under the hood based on how you write your compose code. We’ll explore the consequences of performance when composable parameters are unstable. By the end of this talk, you'll have an understanding of how to better write compose code to get the most performance.