Rewite SwipeRefreshLayout custom refresh anim and LoadMoreRecylerAdapter

AbsSwipeRefreshLayout<ProgressView, RemindView>:

rewite SwipeRefreshLayout :
1. support pull down to refresh and enable to custom pull refresh anim: 支持下拉刷新自定义刷新动画
2. support show remind pop view after pull refresh: 支持刷新完成后弹窗提醒

LoadMoreRecyclerAdapter<VHData : RecyclerView.ViewHolder, Data, VHFooter>:

custom RecyclerView.Adapter :
1. support pull up load more: 支持上拉加载更多

Err… what?

1 Like

Just some code, which is in github, to achieve a simple demand