Turn off screen and then turn on screen, the listview is refreshed.
hanswimtj opened this issue · 0 comments
hanswimtj commented
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?