Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 633 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 633 Bytes

RecycleView

RecycleViewUseDemo

Today I use RecycleView, i can't use it very well,so I learn ZhangHongYang's blog and use it in my Repository. Now , i write a demo to remember it and Extension it to my friend

Add the dependency

compile 'com.android.support:design:24.0.0'

Using libstreaming in your app

use RecyclerView in xml

 <android.support.v7.widget.RecyclerView
        android:id="@+id/recyceView"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"/>

Liscense

Guanluocang Hope EveryBody give me more Star!  Thanks!