I would like to know if we can constantly call some services to get results and display them in the autocomplete list.
I have one screen with a text field, and when the user starts typing in this text field, autocomplete should be filled with data. Data will not be hardcoded and will be received via an http connection. I think I need to call an http connection in the onTextChanged Edittext method, but this is the perfect solution.
In addition, if this type of implementation is performed in a mobile application. Since this feature works on the Internet. Can this be done in a mobile application?
Is it possible?
android dynamic autocomplete
sunil
source share