google-developer-training / basic-android-kotlin-compose-training-tip-calculator

Apache License 2.0
61 stars 93 forks source link

Calculate a custom tip: Android Basics with Compose #236

Closed Dalker closed 4 days ago

Dalker commented 4 days ago

URL of codelab

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

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

  1. Add support for landscape orientation

Describe the problem

Vertical scroll does not have any effect in the default Android Studio emulator, at least not when implemented as per the instructions in this codelab. If anything else needs to be done (like configuring the emulator otherwise than its default) it should be pointed in the codelab.

Steps to reproduce?

  1. Follow exact instructions from this codelab for the code itself
  2. Run on Android Studio emulator
  3. Switch to landscape in emulator

Versions Android Studio version: 2024.1.2 Patch 1 API version of the emulator: Android 15.0 ("VanillaIceCream") | x86_64

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