/HeaderAndFooterRecyclerView

a better way to add headerView and footerView to recyclerView(pull-to-refresh, paging loading).RecyclerView works with SwipeRefreshLayout

Primary LanguageJava

HeaderAndFooterRecyclerView

a better way to add headerView and footerView to recyclerView(pull-to-refresh, paging loading).RecyclerView works with SwipeRefreshLayout

##how to use To use this library create your RecyclerView.Adapter classes extending from BaseNiceRecyclerViewAdapter.

This adapter extends from Karumi/HeaderRecyclerViewAdapter,thanks to Karumi

you can see the usage in LinearLayoutAdapter.java

###if it helps you ,welcome to star and fork