Computer scienceMobileAndroidArchitecture

Coroutines in Android

Attach to lifecycle

Report a typo

Which scope do we need to use to have the coroutine canceled when the view gets destroyed?

______________.launch {
    // UI-related loop
}
Enter a short text
___

Create a free account to access the full topic