You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: