Exploring Android LiveData Usages and Behaviors
Simple app to demonstrate Android lifecycle-aware LiveData usages and behaviors — setValue(), postValue(), observe(), and observeAsState().
This is part of the asynchronous flow series:
- Part 1 — Exploring Android LiveData Usages and Behaviors