Jetpack Compose: Drawing without pain and recomposition

July 21, 2025 40 min Free

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.