in my app I want to have a searchbar like in the weather app when you add a new city. I also want to search for citys/places with google geocoding and parse the results I already knkow how to do that works perfect. for this actually I have two questions.
first how do I create a searchbar that looks like the one in the weather app or the stokes app? a normal searchbar does not have a topic which i can work with. How did they do that ?
and second how can I become that instant/live search feeling? I mean that when you start typing it starts searching for what you typed in, kind a like for every letter you type it does a new search and presents data after a short while when you stopped typing. I cant do a query for every letter typed in, that would cause too much traffic and would take too long I guess.