You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem
A clear and concise description of what the problem is.
The example code proposers the learner type this:
"
Surface(
Modifier = Modifier
.fillMaxSize()
"
The first "Modifier" in the pasted content here should be lowercase as "modifier" as it is the name of the parameter.
However, this is not found in the "Intermediate" solution code for downloading. It is only present on the CodeLab
In which lesson and step of the codelab can this issue be found?
Lesson number + step number.
Which is to say:
TRAINING-> ANDROID BASICS WITH COMPOSE-> DISPLAY LISTS AND USE MATERIAL DESIGN -> SCROLLABLE LIST-> Build a scrollable list-> 2) Add a scrollable list-> 3. Add a list to your app
How to reproduce?
Load the CodeLab and look at the suggested things to type. In this page, the suggestions don't match what is currently in Git and in the example I pointed out above, leads to a compile error.
Versions
What version of Android Studio are you using?
Android Studio Jellyfish | 2023.3.1
What API level are you targeting?
Android 14.0 - API 34
Additional information
Add any other context about the problem here.
Name of the Codelab or Codelab URL
Describe the problem
A clear and concise description of what the problem is.
The example code proposers the learner type this:
"
Surface(
Modifier = Modifier
.fillMaxSize()
"
The first "Modifier" in the pasted content here should be lowercase as "modifier" as it is the name of the parameter.
However, this is not found in the "Intermediate" solution code for downloading. It is only present on the CodeLab
In which lesson and step of the codelab can this issue be found?
Lesson number + step number.
https://developer.android.com/codelabs/basic-android-kotlin-compose-training-add-scrollable-list?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-3-pathway-2%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-training-add-scrollable-list#2
Which is to say:
TRAINING-> ANDROID BASICS WITH COMPOSE-> DISPLAY LISTS AND USE MATERIAL DESIGN -> SCROLLABLE LIST-> Build a scrollable list-> 2) Add a scrollable list-> 3. Add a list to your app
How to reproduce?
Load the CodeLab and look at the suggested things to type. In this page, the suggestions don't match what is currently in Git and in the example I pointed out above, leads to a compile error.
Versions
What version of Android Studio are you using?
Android Studio Jellyfish | 2023.3.1
What API level are you targeting?
Android 14.0 - API 34
Additional information
Add any other context about the problem here.
codelab: basic-android-compose-training-add-scrollable-list
Here's a screenshot comparing the CodeLab to what was downloaded from GitHub to show the differences and also the error:
The text was updated successfully, but these errors were encountered: