Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Compose Add a Scrollable List #142

Open
TaymourlankFarawilla opened this issue Nov 8, 2024 · 0 comments
Open

Android Compose Add a Scrollable List #142

TaymourlankFarawilla opened this issue Nov 8, 2024 · 0 comments

Comments

@TaymourlankFarawilla
Copy link

TaymourlankFarawilla commented Nov 8, 2024

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

  1. What version of Android Studio are you using?
  2. What API level are you targeting?

Additional information
Add any other context about the problem here.

codelab: basic-android-compose-training-add-scrollable-list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant