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

Persist data with Room

Closed this issue · 2 comments

URL of codelab:
https://developer.android.com/codelabs/basic-android-kotlin-compose-persisting-data-room?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-6-pathway-2%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-persisting-data-room#4

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 5
5. Create an item Entity

Describe the problem
in item 2. it says to set the items as in plural.. it should be singular as in "item" NOT "items" THIS IS VERY MISLEADING.. SEE Screenshot images
"Above the Item class declaration, annotate the data class with @entity. Use the tableName argument to set the items as the SQLite table name."

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.
image

Duplicate of #6

Hello @lixoten,

Thank you for reaching out to us. It is fixed and published.