You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: