English
Summary
Conclusions
Compose describes UI as a function of state. State has an owner, events change it explicitly, and layout adapts elements to the available space. Side effects have a defined lifecycle; domain computations remain independent of composables.
Self-check questions
- What triggers recomposition?
- Why is remember not saving to disk?
- How does the order of padding and background affect the result?
- Why does a list need a stable key?
- When does LaunchedEffect cancel its coroutine?
- What must be checked besides a successful compilation?