Android ListView Adapter notifyDataSetInvalidated() vs notifyDataSetChanged()

Viewed 23575

What is the difference? The android documentation doesn't have a description for notifyDataSetInvalidated(). I was thinking maybe you call that function to notify all registered listeners, but use notifyDataSetChanged() to not notify them?

1 Answers
Related