Skip to content

LuoCang/RecycleView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

RecycleViewUseDemo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages