Mastering Jetpack Compose
Compose from the runtime up. Not "here is a Column" — the slot table, what stability actually buys you, how to read a recomposition trace, and the layout system's single-pass measurement contract.
5 lessons
·142 min
·€149.00
·advanced
Price includes VAT. Paid by card or PayPal at checkout.
Syllabus
- 01 The slot table, demystifiedPositional memoisation is simpler than it sounds and stranger than you expect.
- 02 Stability is a promise, not an annotationWhat @Stable actually tells the compiler, and what it does not.
- 03 Recomposition scopes and where they endThe single most useful mental model for Compose performance.
- 04 Reading a recomposition traceFrom "it feels slow" to a named Composable in four minutes.
- 05 LazyColumn: keys, contentType, and the cost of getting them wrongWhy your list stutters on exactly one device.