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. Asynchronous code - dead link #16

Closed epac-tom closed 9 months ago

epac-tom commented 10 months ago

In the section: Note: As a real-world example of async(), you can check out this part of the [Now in Android app](https://github.com/android/nowinandroid). In the [SyncWorker](https://github.com/android/nowinandroid/blob/main/sync/work/src/main/java/com/google/samples/apps/nowinandroid/sync/workers/SyncWorker.kt#L65) 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 link to SyncWorker.kt links through a non existant java folder, should be kotlin

epac-tom commented 10 months ago

Closing, duplicate of #15