ListView with customAdapter not updated when notifyDataSetChanged is called?
问题 I have a Listview with two adapters. They receive an Array with some data and when scrolled to bottom of the listview more data is loaded into the Array and here the listview should add the new data. Question: How can I make the listview reflect the new data and why isn't it updated when I call adAdapter.notifyDataSetChanged(); ? Fragments inner class where I download data & update UI in onPostExecute: @Override protected void onPostExecute(String result) { super.onPostExecute(result);