Open hanswimtj opened 8 years ago
I put listview.setAdapter() in activity's onCreate() method, and I am sure that the onCreate() method isn't re-called. I guess adapter.notifyDatasetChanged is called by this lib but I don't find it. What's the reason and how to avoid it?
I put listview.setAdapter() in activity's onCreate() method, and I am sure that the onCreate() method isn't re-called. I guess adapter.notifyDatasetChanged is called by this lib but I don't find it. What's the reason and how to avoid it?