Which object is responsible for lifecycle events?
lifecycleScope.launch {
__________________.repeatOnLifecycle(Lifecycle.State.STARTED) {
// UI-related loop
}
}Which object is responsible for lifecycle events?
lifecycleScope.launch {
__________________.repeatOnLifecycle(Lifecycle.State.STARTED) {
// UI-related loop
}
}Create a free account to access the full topic