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?hl=id&continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-6-pathway-2%3Fhl%3Did%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-update-data-room#5
Specify the language of the codelab if it is not English:
Indonesia
In which task and step of the codelab can this issue be found?
step 11
Describe the problem
on the step 11 , instruction :
ItemDetailsBody(
itemUiState = uiState.value,
onSellItem = { },
onDelete = { },
modifier = modifier.padding(innerPadding)
)
itemUiState isn't correct. the correct is itemDetailsUiState = uiState.value,
Versions
_Android Studio version:_Android Studio Narwhal 3 Feature Drop | 2025.1.3
API version of the emulator: 31
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?hl=id&continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-6-pathway-2%3Fhl%3Did%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-update-data-room#5
Specify the language of the codelab if it is not English:
Indonesia
In which task and step of the codelab can this issue be found?
step 11
Describe the problem
on the step 11 , instruction :
ItemDetailsBody(
itemUiState = uiState.value,
onSellItem = { },
onDelete = { },
modifier = modifier.padding(innerPadding)
)
itemUiState isn't correct. the correct is itemDetailsUiState = uiState.value,
Versions
_Android Studio version:_Android Studio Narwhal 3 Feature Drop | 2025.1.3
API version of the emulator: 31