google-developer-training / basic-android-kotlin-compose-training-workmanager

Apache License 2.0
30 stars 31 forks source link

Background Work with WorkManager #30

Open alghe-global opened 8 months ago

alghe-global commented 8 months ago

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

Specify the language of the codelab if it is not English:

In which task and step of the codelab can this issue be found? SaveImageToFileWorker -> 3

Describe the problem

In the provided code, notice how the resourceUri and output values are retrieved and stored with the key KEY_IMAGE_URI. This process is very similar to the code you previously wrote for the input and output data objects.

why not guide people step by step through the code by expanding the codelab?

do you really think a beginner will understand the code just by pointing a few facts about the copy paste section?

Steps to reproduce?

  1. Go to...
  2. Click on...
  3. See error...

Versions Android Studio version: API version of the emulator:

Additional information Include screenshots if they would be useful in clarifying the problem.