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

Apache License 2.0
73 stars 94 forks source link

Navigate between screens with Compose: Android Basics with Compose #81

Open alghe-global opened 9 months ago

alghe-global commented 9 months ago

URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-compose-navigation?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-4-pathway-2%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-navigation#5

In which task and step of the codelab can this issue be found? 10

Describe the problem

Within the lambda passed into startActivity(), create an activity from the Intent by calling the class method createChooser().

it's actually a method call rather than a lambda; correct me if I'm wrong

Steps to reproduce?

  1. Go to...
  2. Click on...
  3. See error...

Versions Android Studio version: API version of the emulator:

Additional information Include screenshots if they would be useful in clarifying the problem.