Computer scienceMobileAndroidArchitecture

Coroutines in Android

Source of lifecycle

Report a typo

Which object is responsible for lifecycle events?

lifecycleScope.launch {
    __________________.repeatOnLifecycle(Lifecycle.State.STARTED) {
        // UI-related loop
    }
}
Enter a short text
___

Create a free account to access the full topic