futurice / futurice/freesound-android
Add View Lifecycle
Open
- Dominant language
- Java
- Stars
- 86
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
The Views created by the RecyclerViewAdapter will stay bound to their ViewModels even when the host Activity/Fragment is paused/stopped. This means that changes may still be propagated to Views when it is unnecessary to do so. In terms of data binding; Views should be subject to the same lifecycle as their host Activity/Fragment.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.