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
compile 'com.android.support:design:24.0.0'
<android.support.v7.widget.RecyclerView
android:id="@+id/recyceView"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
Guanluocang Hope EveryBody give me more Star! Thanks!