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 #140

Open
ShawnDGitHub opened this issue Oct 27, 2024 · 0 comments
Open

Android Compose Add a Scrollable List #140

ShawnDGitHub opened this issue Oct 27, 2024 · 0 comments

Comments

@ShawnDGitHub
Copy link

Name of the Codelab or Codelab URL
URL

Describe the problem

  1. The modifier param of Surface Composable becomes Modifier
  2. The 'AffirmationsList' Composable in the previous step was coded as 'AffirmationList'

In which lesson and step of the codelab can this issue be found?
Add a scrollable list + step 3.

How to reproduce?

  1. Check 'Display the list' section, the point 3 needs us to pass Modifier to Surface, if should be modifier instead. (modifier = Modifier)
  2. The code at the bottom of the page used AffirmationsList as the list Composable, but this list Composable when we first created was called AffirmationList.

Versions

  • What version of Android Studio are you using?
    2024.2.1.Patch 1
  • What API level are you targeting?
    33

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