Event language
UI language
<p></p><p>Ever wondered how Jetpack Compose decides exactly which UI components to redraw? While we write declarative UI by describing "what" rather than "how," the real engineering happens at build time. This talk peels back the layers of the Compose Compiler, exploring how it analyzes your code for stability, manages the internal Slot Table, and enables smart recomposition strategies.</p><p>We will bridge the gap between high-level development and internal execution, moving beyond basic lifecycle knowledge. You’ll learn how to leverage compiler stability annotations, memoization, and wrapper classes to ensure Compose recomposes intelligently. Join us to demystify the "magic" and gain actionable insights into optimizing your Jetpack Compose UI performance.</p>