JoanZapata / base-adapter-helper

Abstraction for the usual BaseAdapter "ViewHolder" pattern
http://joanzapata.com/base-adapter-helper/
Other
1.76k stars 530 forks source link

Turn off screen and then turn on screen, the listview is refreshed. #62

Open hanswimtj opened 8 years ago

hanswimtj commented 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?