android how to make AutoCompleteTextView work as google search box
In my application I have an Activity which extends MapActivity . and there i put an AutoCompleteTextView and a button called "Search" so what i write within AutoCompleteTextView AND press Search button it goes to that location in Google map. AutoCompleteTextView is for small no of items which i mention in strings.xml . But I want it should be worked as google search engine, like in google search box whatever we start to write it auto completes every word there. Thing is that it takes data from google server. Is not it? If it is, then how can i bind data to my AutoCompleteTextView from Google