Skip to content

Instantly share code, notes, and snippets.

@sprejjs
Created August 11, 2017 02:44
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/4251101a8c3dee9334279c523a5664a8 to your computer and use it in GitHub Desktop.
Save sprejjs/4251101a8c3dee9334279c523a5664a8 to your computer and use it in GitHub Desktop.
Step 2. Replace ListView with RecyclerView.
<android.support.v7.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:divider="@null"
tools:context="com.spreys.viewholderexample.ListViewActivity" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment