I am making an Async
request to download some data once the data is downloaded i clear the old list and add the new items in the onPostExecute()
of the Async
to the adapter of AutoCompleteTextView and I call
adapter.setNotifyOnChange(true);
adapter.notifyDataSetChanged();
But i am not able to show the dropdown again ?? Any suggestion would be most appreciated