eowise / recyclerview-stickyheaders

DEPRECATED. Android library that integrate sticky section headers in your RecyclerView
http://eowise.github.io/recyclerview-stickyheaders
MIT License
961 stars 148 forks source link

StickyHeadersAdapter should use different method names than RecyclerView.ViewHolder #37

Open csbenz opened 9 years ago

csbenz commented 9 years ago

I'm using a cursor in my Adapter so I need one class to be able to both extend RecyclerView.ViewHolder and implement StickyHeadersAdapter, but this isn't possible because of method signature clash.

csbenz commented 9 years ago

I don't know if it isn't possible to change the lib at this point for backward compatibility reasons, of course. It's easy to get around this problem but it would be more practical.