Open urieluvd opened 3 years ago
There is a reference to an argument wrongly named.
Lesson number 7.1 step number 5, Task 3.2
The argument is defined as locations in Task 3.1
locations
@Override protected String doInBackground(Location... locations) { return null; }
But is referenced as params in Task 3.2
params
Location location = params[0];
codelab: advanced-android 07.1: Device location
There is a reference to an argument wrongly named.
Lesson number 7.1 step number 5, Task 3.2
The argument is defined as
locations
in Task 3.1But is referenced as
params
in Task 3.2codelab: advanced-android 07.1: Device location