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

Apache License 2.0
55 stars 87 forks source link

Starter branch has a completed project instead of a starter project #8

Closed hidrodixtion closed 1 year ago

hidrodixtion commented 2 years ago

URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-compose-material-theming

In which task and step of the codelab can this issue be found? Material Theming with Jetpack Compose - Getting Starter Code

Describe the problem The starter code already has complete code instead of just "starter" just like displayed on the page.

Steps to reproduce? -

Versions Android Studio version: 2021.3.1 Patch 1 API version of the emulator: 33

Additional information -

bamber123 commented 2 years ago

I had thought I and a colleague had seen similar issues as you describe, but it looks like we've just missed a few extra steps.

Follow steps 12 and 13 in the companion codelab article to change from the main branch (completed) to the starter branch, and you should see the correct starter state.

osuleymanova commented 1 year ago

Hello @hidrodixtion,

Thank you for reaching out and sharing your concern. In fact, there is no issue with the branches: the starter code can be downloaded from Starter branch, the solution code is in Material branch. If you compare both branches, you will see an obvious difference in the steps implemented.