Completed
- Collect state in a lifecycle-aware manner
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
State Holders and State Production in the UI Layer for Android Development
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Types of UI state
- 3 - Types of logic
- 4 - How state and logic relate to each other
- 5 - Where to handle logic
- 6 - ViewModels
- 7 - Plain state holder classes
- 8 - Identifying state holders in the UI
- 9 - Should you use ViewModels?
- 10 - Producing screen UI state
- 11 - Local sources of state change
- 12 - External sources of state change
- 13 - Combining local and external sources
- 14 - Collect state in a lifecycle-aware manner
- 15 - Modelling screen UI state based on inputs
- 16 - Recap