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

Apache License 2.0
77 stars 84 forks source link

Persist data with Room #36

Open danigonzser opened 1 year ago

danigonzser commented 1 year ago

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

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

In which task and step of the codelab can this issue be found? Steps from 9 to 17.

Describe the problem In @Query("SELECT * from item WHERE id = :id") it is not item, it is items

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.

fe60 commented 1 year ago

Duplipcate of #6