studio中使用 RecyclerView

在builder。gradle中

compile 'com.android.support:recyclerview-v7:23.+'
compile 'com.android.support:cardview-v7:23.+'


 RecyclerView提供了三种内置的LayoutManager:

  1. LinearLayoutManager:线性布局,横向或者纵向滑动列表
  2. GridLayoutManager:表格布局
  3. StaggeredGridLayoutManager:流式布局,例如瀑布流效果
posted on 2016-10-20 09:50  glj521  阅读(114)  评论(0编辑  收藏  举报