Главная
Study mode:
on
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
Description:
Dive deep into the UI state production pipeline and state holders that manage UI complexity in Android development. Explore the differences between UI and business logic, ViewModels and plain state holder classes, and state and events. Learn about types of UI state, logic handling, and where to implement different components. Discover how to identify state holders in the UI, when to use ViewModels, and how to produce screen UI state. Understand local and external sources of state change, combining them effectively, and collecting state in a lifecycle-aware manner. This 21-minute video by Manuel Vicente Vivo from Android Developers covers essential concepts for managing UI complexity and state production in Android applications.

State Holders and State Production in the UI Layer for Android Development

Android Developers
Add to list