Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

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

Open
AbuBentAbuha opened this issue Jul 4, 2020 · 0 comments

Comments

@AbuBentAbuha
Copy link

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

@AbuBentAbuha AbuBentAbuha changed the title Advanced Android: [Lesson #][Step #][description] Advanced Android: [Lesson 07.1][Step 3.2][A different parameter name in the code] Jul 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant