Best Practices for Handling Search
问题 I've got a SearchView setup, and I have a loosely decoupled architecture using Retrofit and Otto . I am wondering what the Best Practices are for Search in Android, or any mobile application in general (meaning something like this could be applied to iOS as well). Specifically I am using an AutoCompleteTextView to handle suggestions in my SearchView and the data is coming straight from the API . I don't believe this is a best practice since everytime a user changes text in the SearchView