Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save hkakutalua/deb09c14a55f6a2da917630f020b94a6 to your computer and use it in GitHub Desktop.
Presenting the results
@Override
public void onLoadFinished(Loader<List<User>> loader, List<User> data) {
if (data != null) {
mAdapter.swapData(data);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment