Android : RecyclerView with fixed column and header, plus scrollable footer

on Wednesday, April 1, 2015


I am trying to find a way to implement a standing table for a sports app (like NBA Game Time standings), with a fixed header, fixed first column and a footer. I searched a bit on how to get it, but the best shot was this project (https://github.com/InQBarna/TableFixHeaders) but it uses its own view instead of Recycler of GridView. Do anyone knows something like this or knows how I can start with it (Adapter or LayoutManager)?


Edit (adding images)


initial state


scrolled state showing footer


0 comments:

Post a Comment