I want to use an AutoCompleteTextView in my activity and populate the data as the user types by querying a web API. How do I go about doing this? in my act
I want to use an AutoCompleteTextView in my activity and populate the data as the user types by querying a web API. How do I go about doing this? in my act