Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moltak/c44a93c8ddb5084c3346 to your computer and use it in GitHub Desktop.
Save moltak/c44a93c8ddb5084c3346 to your computer and use it in GitHub Desktop.
public abstract void registerDataSetObserver (DataSetObserver observer)
adapter.registerDataSetObserver(new DataSetObserver() {
@Override
public void onChanged() {
super.onChanged();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment