In which task and step of the codelab can this issue be found?
Update the ViewModel
Describe the problem
Step 1: "[...] add a new mutable property called _photos [...]"
but a immutable value is declared: private val _photos = MutableLiveData()
Steps to reproduce?
Go to...
Click on...
See error...
VersionsAndroid Studio version:API version of the emulator:
Additional informationInclude screenshots if they would be useful in clarifying the problem.
name: Android Basics Unit 4 issue about: Report problems with the Android Basics Unit 4 codelabs title: 'Android Basics Unit 4 issue:' labels: '' assignees: ''
URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-training-internet-images#2
In which task and step of the codelab can this issue be found? Update the ViewModel
Describe the problem Step 1: "[...] add a new mutable property called _photos [...]" but a immutable value is declared: private val _photos = MutableLiveData()
Steps to reproduce?
Versions Android Studio version: API version of the emulator:
Additional information Include screenshots if they would be useful in clarifying the problem.