如何使用 RecylerView

准备工作

  1. compile "com.android.support:recyclerview-v7:21.0.2"
    <android.support.v7.widget.RecyclerView
        android:id="@+id/recyclerView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>