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