google-developer-training / basic-android-kotlin-compose-training-affirmations

Apache License 2.0
58 stars 104 forks source link

Android Compose Add a Scrollable List #107

Open dasShounak opened 2 months ago

dasShounak commented 2 months ago

Name of the Codelab or Codelab URL Codelab Name: Add a scrollable list

Describe the problem In the Display the list section, there is a typo. DataSource().loadAffirmations() should be Datasource().loadAffirmations(). The "S" in Datasource() should be lowercase.

In which lesson and step of the codelab can this issue be found? Lesson number: 2 Step number: 3

How to reprduce

  1. Go to the codelab.
  2. Click on the third step (Add a list to your app).
  3. Scroll down to the "Display the list" section.
  4. The error should be in the first step (shown below).

image

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

mrdor1stan commented 4 days ago

Still not fixed