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

Advance coroutine link is broken https://developer.android.com/codelabs/kotlin-coroutines#12

Fixed a small typo in build.gradle files, as Italian developers might get offended when they see 'expresso' 😃

Compiler says: Unresolved reference: mapLatest In order to fix this, change `growZone.mapLatest { ` to `growZone.asFlow().mapLatest { `

When I tried to change the testingFakes.kt file to the one that the tutorial was recommending to, I got this error from the DAO, but it doesn't seem to give...

`private val customSortFlow = plantsListSortOrderCache::getOrAwait.asFlow()` This line is being marked as an error in Android Studio with the following message: `Variable 'plantsListSortOrderCache' must be initialized` Kotlin version is 1.5.10

Craete project from existing sources does go smoothly and neither does importing project from external model. I am not abke to just run the project with no errors because i...

Coroutines in Room & Retrofit. In the end, when I run the app, it crashed with an error: ``` Execution failed for task ':start:kaptDebugKotlin'. > A failure occurred while executing...

In Advanced Coroutines codelab "start" version of the codebase contains unused `tryUpdateRecentPlantsForGrowZoneCache` method in `PlantRepository`. According to [Step 12](https://developer.android.com/codelabs/advanced-kotlin-coroutines#11), it is supposed to be used inside `PlantListViewModel.setGrowZoneNumber`: instead of ```...

I am getting Unable to resolve host https://raw.githubusercontent.com/ when running the app.