Skip to content

Instantly share code, notes, and snippets.

@sprejjs
Created August 11, 2017 02:45
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 sprejjs/0ef94c07a7a03cac4b62676dcc9c35b1 to your computer and use it in GitHub Desktop.
Save sprejjs/0ef94c07a7a03cac4b62676dcc9c35b1 to your computer and use it in GitHub Desktop.
Step 3. Replace ListView with RecyclerView in the Java file.
RecyclerView recyclerView = (RecyclerView) findViewById(R.id.list);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment