Android - What does adapter.notifyDataSetInvalidated do?

Viewed 25919

What does the method adapter.notifyDataSetInvalidated() accomplish? There is no documentation on it.

I am trying to reload a ListView and notifyDataSetChanged or notifyDataSetInvalidated don't seem to accomplish anything.

4 Answers
Related