google-developer-training / android-basics-kotlin-mars-photos-app

Apache License 2.0
92 stars 193 forks source link

Android Basics: Coroutines #88

Closed FedericoTorsello closed 2 years ago

FedericoTorsello commented 3 years ago

name: Android Basics Unit 4 issue about: Report problems with the Android Basics Unit 4 codelabs title: 'Android Basics Unit 4 issue:' labels: '' assignees: ''


URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-training-introduction-coroutines?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-kotlin-unit-4-pathway-1%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-training-introduction-coroutines#3

In which task and step of the codelab can this issue be found?

  1. Coroutines in Kotlin

Describe the problem "fun CoroutineScope.launch" don't have parentheses "()"

"Fun CoroutineScope.async()" start with capital 'F'

Additional information image image

osuleymanova commented 2 years ago

@FedericoTorsello The issues that you presented to us are very important, and I thank you for bringing them to our attention. The code snippets are updated: Screen Shot 2022-04-15 at 11 46 00 AM Screen Shot 2022-04-15 at 11 46 28 AM