Skip to content

Instantly share code, notes, and snippets.

@iammert
Last active July 11, 2017 11:27
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 iammert/edbb4c2780de4d0d49456be78ce4b00e to your computer and use it in GitHub Desktop.
Save iammert/edbb4c2780de4d0d49456be78ce4b00e to your computer and use it in GitHub Desktop.
genresfragment.java
viewModel.getGenres().observe(this, listResource -> {
refreshLayout.setRefreshing(listResource.status == Status.LOADING);
genresAdapter.setGenres(listResource.data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment