Problem Description:
I am facing some problem with AutoCompleteTextView where I have to show suggestions after each keypress. Thing is that, list of
You have impletent the custome filter in the child class of ArrayAdapter, there in perform filter method you have to do network call and get data from server. You can set this data in your main arraylist.