google-developer-training / basic-android-kotlin-compose-birthday-card-app

Apache License 2.0
121 stars 94 forks source link

First Android app: Android Basics with Compose #882

Open guidozoe opened 3 weeks ago

guidozoe commented 3 weeks ago

URL of codelab

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

Describe the problem

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.

guidozoe commented 3 weeks ago

https://developer.android.com/codelabs/basic-android-kotlin-compose-first-app?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-1-pathway-2#1

Open new project with "empty activity". The generated code ist different from the code in the codelab. Codelab is using GreetingCardTheme and Surface() Android Studio (Koala | 2024.1.) using HelloTheme and Scaffold().

I'm stuck add padding.