Issue
I've implemented Google's places autocomplete view in my app. As the documentation says I've to put a "powered by Google" logo at the end of query result.(See: image below). That's why I wanted to know how I can add that logo at the end, of places list. Any help would be appreciated.
Solution
You are in search of Google places autocomplete.
I figured Google has the Place Autocomplete service using which I can allow the user to type in a city name which’ll fetch all the cities containing that string from Google’s servers that can be presented in an AutoCompleteTextView.
Answered By - KishuDroid
Answer Checked By - David Marino (JavaFixing Volunteer)