Kevin Coughlin
1 min readApr 25, 2015

--

You can always abstract out the header & footer wrapper for the RecyclerView so you don’t need to rewrite it per application. One approach is to just wrap your data’s adapter with a header and footer adapter that will create a header and footer view if the position says so. Otherwise it will delegate to the base adapter.

--

--