google-developer-training / android-fundamentals-apps-v2

Other
649 stars 2.63k forks source link

Android fundamentals 04.2: Input controls #280

Closed pokharelshail closed 1 year ago

pokharelshail commented 3 years ago

Describe the problem The code on 3.3 has the variable String missing before the code. If you just copy the code snippet it won't run because the variable "spinnerLabel" is not declared as a string.

In which lesson and step of the codelab can this issue be found? Lesson 04.2 Step: Task 3.3

How to reproduce? What are the exact steps to reproduce the problem?

Versions

  1. What version of Android Studio are you using? NA
  2. What API level are you targeting? NA

Additional information Add any other context about the problem here.

codelab: android-fundamentals