您的位置:首页 > 其它

RecyclerView baseadapter

2017-11-09 19:43 190 查看
RecyclerView 开源Adapter,可以加载更多,但是不能下拉刷新。

 可以 头内容布局,多种布局显示,空布局;可以节省70%的代码.确定不能XrecyclerView一起用,

XrecyclerView可以下拉刷新,加载更多。

 <android.support.v4.widget.SwipeRefreshLayout

        android:id="@+id/swipeLayout"

        android:layout_width="match_parent"

        android:layout_height="match_parent"

        android:orientation="vertical"

        >

        <android.support.v7.widget.RecyclerView

            android:id="@+id/rv_list"

            android:layout_width="match_parent"

            android:layout_height="match_parent"/>

    </android.support.v4.widget.SwipeRefreshLayo刷新。

 compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:v1.5.3'
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: