Created
October 25, 2016 11:05
-
-
Save mplacona/0f7fb4766ea05a93a8f42f3d68ea125e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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