emilsjolander / StickyListHeaders

An android library for section headers that stick to the top
Apache License 2.0
5.51k stars 1.52k forks source link

migration to RecyclerView #345

Open grigerlab opened 9 years ago

grigerlab commented 9 years ago

Hi, Are you by any chance going to migrate your sources to use RecyclerView instead of ListView? Thanks!

jpshelley commented 9 years ago

+1

neokree commented 9 years ago

+1

ghost commented 9 years ago

Hi @placebokid @jpshelley @neokree, these links may help https://github.com/eowise/recyclerview-stickyheaders, https://github.com/timehop/sticky-headers-recyclerview :smile:

jpshelley commented 9 years ago

@HoracioFilho Unfortunately the first one doesn't allow for dynamic content, like getting info from a REST endpoint. I'll have to look at the second one.