This is my note for Udemy lesson: Advanced Android Bootcamp 2024.
LifeCycleScope is similar to ViewModelScope, just it is used for life cycle owner (e.g. Activity, Fragment).
Usage:
lifeCycleScope { ... }
This is my note for Udemy lesson: Advanced Android Bootcamp 2024.
LifeCycleScope is similar to ViewModelScope, just it is used for life cycle owner (e.g. Activity, Fragment).
Usage:
lifeCycleScope { ... }