google-developer-training / basic-android-kotlin-compose-training-race-tracker

Apache License 2.0
32 stars 35 forks source link

Android Basics: Introduction to Coroutines in Kotlin Playground #3

Closed galgal12345 closed 1 year ago

galgal12345 commented 1 year ago

I think i found a little mistake when you call the method inside the launch{}, it should be printForecast() and NOT getForecast() when you explain about the "Get a reference to the job for the coroutine that fetches the forecast, and store it in a variable called job."

osuleymanova commented 1 year ago

@galgal12345 Thank you for reaching out to us. Could you be more specific in what section of the codelab the issue is observed. Please provide the screenshot of the code snippet or the section number.

galgal12345 commented 1 year ago

Screenshot

osuleymanova commented 1 year ago

@galgal12345 Thanks a lot for the prompt reply. We are working on the codelab content updating.

osuleymanova commented 1 year ago

Hello @galgal12345,

The codelab content and the code snippets were updated, please refer to the link below: https://developer.android.com/codelabs/basic-android-kotlin-compose-coroutines-kotlin-playground#3