Skip to content

Read and update data using Room #188

@Wiktor00Nedew

Description

@Wiktor00Nedew

name: Read and update data using Room issue template.
about: Issue template for Read and update data using Room
title: Read and update data using Room
labels: ''
assignees: ''


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

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

In which task and step of the codelab can this issue be found?
Implement sell items

Describe the problem
in this codelab, part 8 (implement sell items)
val currentItem = uiState.value.toItem() block of code should be val currentItem = uiState.value.itemDetails.toItem(), which is fixed in the next block of code.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions