Skip to content

Instantly share code, notes, and snippets.

@hkakutalua
Created April 2, 2018 23:23
Show Gist options
  • Select an option

  • Save hkakutalua/776e96c59d0cad6f12d610c66e3dd1e5 to your computer and use it in GitHub Desktop.

Select an option

Save hkakutalua/776e96c59d0cad6f12d610c66e3dd1e5 to your computer and use it in GitHub Desktop.
Restarting the loader
private void loadGithubUsers() {
getSupportLoaderManager().restartLoader(LOADER_ID, null, this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment