I will like to know if it’s visible to use Autocomplete in such away it call some service via HTTP for fetching results and displaying it in Autocomplete list.
I have one screen with the text box and I need it to work in such away when user starts entering in that textbox the autocomplete should get filled with the data. The data will not be hardcoded and will be retrived through http connection.
1) Create below class in your activity
2) set this above class to edittext using below way
You have to make http connection using
Background Threadbest isAsyncTask