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.
1- in the last code snippet you write "AffirmationsList" there is an extra 's' as a plural in the name that must be deleted the name should be "AffirmationList".
2- in the last code snippet you write "Modifier = " with capital 'M' it must be changed to small 'm'.
In which lesson and step of the codelab can this issue be found?
Lesson number + step number.
Add a list to your app + 3
How to reproduce?
What are the exact steps to reproduce the problem?
just delete the plural 's' from the name or change the function name to add the plural 's'
Versions
What version of Android Studio are you using?
What API level are you targeting?
Additional information
Add any other context about the problem here.
Name of the Codelab or Codelab URL
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
Describe the problem
A clear and concise description of what the problem is.
1- in the last code snippet you write "AffirmationsList" there is an extra 's' as a plural in the name that must be deleted the name should be "AffirmationList".
2- in the last code snippet you write "Modifier = " with capital 'M' it must be changed to small 'm'.
In which lesson and step of the codelab can this issue be found?
Lesson number + step number.
Add a list to your app + 3
How to reproduce?
What are the exact steps to reproduce the problem?
just delete the plural 's' from the name or change the function name to add the plural 's'
Versions
Additional information
Add any other context about the problem here.
codelab: basic-android-compose-training-add-scrollable-list
The text was updated successfully, but these errors were encountered: