I have implemented PlaceAutocompleteFragment in activity and is working successfuly. But how to implement the same in fragment in android? I have implemented placeautocomple
You have to use the following in your XML layout file:
Note the full classname and id, your id don't match. (place_autocomplete_fragment1)