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 #39

Open RichWoollcott opened 5 months ago

RichWoollcott commented 5 months ago

Hi On the page Asynchronous code

The url for the SyncWorker is in correct, the block is:

Note: As a real-world example of async(), you can check out this part of the Now in Android app. In the SyncWorker class, the call to sync() returns a boolean if the sync to a particular backend was successful. If any of the sync operations failed, then the app needs to perform a retry.

The url should be: SyncWorker

Thanks for the Codelab!