I'm following this tutorial to create the search view on my Android app, however I need to add the autocomplete feature to this search view using the search results activity instead of the dropdown list that people usually suggest on blogs and here on StackOverflow.
You can see an example of what I need on Google Maps (Android), except that they are not using an ActionBar.
How can I do this?