codelab-kotlin-coroutines icon indicating copy to clipboard operation
codelab-kotlin-coroutines copied to clipboard

Kotlin Coroutines codelab

Results 87 codelab-kotlin-coroutines issues
Sort by recently updated
recently updated
newest added
trafficstars

The fun fact at the bottom of Step 3 provides a link to the United States Department of Agriculture's Plant Hardiness Zone Map, however that link has since been updated...

The following explanation does not apply to the code it refers to: > This implementation uses a callback to do a few things: > > Before it starts a query,...

In the snapshot it can be seen that instructor has specified to use `Result` if full result from Retrofit is required. However there is no such class as `Result` in...

Cannot run Start application module as indicated

As a coroutines complete beginner I struggled for a couple of hours trying to understand how 'suspending' does not block main thread. If I understood well how it all workds...

I can't access the link that explains how to customize the behavior of uncaught exceptions by providing [ CoroutineExceptionHandler](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.experimental/-coroutine-exception-handler/)

In the 6th section "Testing coroutines through behavior" it's mentioned that the `MainViewModelTest.kt` exists in `androidTest` whereas it exists in `test`. It should be changed in the Codelab to avoid...

The Step 6 of codelab requires to review existing code and mentions to open `MainViewModelTest.kt` from the `androidTest` folder. However this file is actually present in the `test` folder. ![image](https://user-images.githubusercontent.com/34348938/121801483-1e71e800-cc55-11eb-9c8c-f327ff367c68.png)

In the sixth step of the codelab, the file `MainViewModelTest.kt` is referenced in `androidTest` whereas being in the `test` source set