Jetpack Compose: Drawing without pain and recomposition
July 21, 2025
40 min
Free
jetpack-compose
android-development
ui-toolkit
performance-optimization
recomposition
drawing
memory-management
declarative-ui
kotlin
modifier
android
Description
This talk explores techniques to optimize Jetpack Compose drawing and reduce recomposition and memory allocation. Vitalii Markus shares practical advice and code examples, demonstrating how to defer state reads to later phases (measurement, drawing) and leverage specific modifiers and APIs to improve UI performance and memory efficiency in Android applications.