google-developer-training / basic-android-kotlin-compose-training-inventory-app

Apache License 2.0
77 stars 84 forks source link

Persist data with Room #67

Closed TenHorizons closed 12 months ago

TenHorizons commented 1 year ago

URL of codelab: https://developer.android.com/codelabs/basic-android-kotlin-compose-persisting-data-room#7

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

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

Describe the problem Implement AppContainer class is laking in information for student to smoothly follow

Steps to reproduce?

  1. Go to step 8, section at the bottom with section title "Implement AppContainer class"
  2. See the information provided image
  3. Compare to AppContainer.kt in GitHub: https://github.com/google-developer-training/basic-android-kotlin-compose-training-inventory-app/blob/room/app/src/main/java/com/example/inventory/data/AppContainer.kt
TenHorizons commented 1 year ago

Sorry, I just realized that normally students would be using the tarter code while I was implementing directly to my own project. It would still be useful to provide moe information but you can close as 'not an issue' as you see fit