Skip to content

Instantly share code, notes, and snippets.

@mplacona
Created October 25, 2016 11:05
Show Gist options
  • Select an option

  • Save mplacona/0f7fb4766ea05a93a8f42f3d68ea125e to your computer and use it in GitHub Desktop.

Select an option

Save mplacona/0f7fb4766ea05a93a8f42f3d68ea125e to your computer and use it in GitHub Desktop.
private static final String ICON_URL = "https://unsplash.it/100/100?random";
public NoteRecyclerViewAdapter(
Context context,
RealmResults<Note> realmResults) {
super(context, realmResults, true, true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment