# RecyclerViewRefresh **Repository Path**: ekber/RecyclerViewRefresh ## Basic Information - **Project Name**: RecyclerViewRefresh - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-11-22 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RecyclerViewRefresh 对RecyclerView加入下拉刷新,上拉加载功能,运用了android5.0中的SwipeRefreshLayout来进行刷新功能。 ![GIF example](RecyclerViewRefresh.gif) 使用时请注意: 1.禁用刷新使用setEnable(false)方法 2.禁用加载更多使用setLoadMoreEnable(false)方法 3.RefreshScrollView里ScrollView里面的child请用一个layout xml布局,然后通过addRefreshView方法加载进去 4.如果需要在ScrollView里嵌套RecyclerView,请使用ScrollViewLinearLayoutManager 5.目前瀑布流RecyclerView加载更多有个Bug,第一加载loadview会在一个item中 请知悉