Open abarba1953 opened 6 years ago
IN solution code for: WalkMyAndroidPlaces-Solution there is invalid constant in method MainActivity.java:
private static final int REQUEST_PICK_PLACE = 2;
has to be changed to: private static final int PLACE_PICKER_REQUEST = 1;
othervise when SELECT place button is pressed there is NO place information.
Enjoy.
IN solution code for: WalkMyAndroidPlaces-Solution there is invalid constant in method MainActivity.java:
private static final int REQUEST_PICK_PLACE = 2;
has to be changed to: private static final int PLACE_PICKER_REQUEST = 1;
othervise when SELECT place button is pressed there is NO place information.
Enjoy.