google-developer-training/android-advanced

Advanced Android: [Lesson 07.1][Step 3.2][A different parameter name in the code]

Opened this issue · 0 comments

Describe the problem
A different parameter name in the code.

In which lesson and step of the codelab can this issue be found?
Lesson 07.1, Step 3.2.

How to reproduce?
Follow the instructions of the codelab of this step and the step before it.

Versions
1.Android Studio 4.0
2. API level 26

Additional information
In Step 3.1 the function doInBackground(Location... locations)
uses locations as parameter, while in Step 3.2 uses params instead of locations.
Location location = params[0];

codelab: advanced-android