JoanZapata / base-adapter-helper

Abstraction for the usual BaseAdapter "ViewHolder" pattern
http://joanzapata.com/base-adapter-helper/
Other
1.76k stars 530 forks source link

Is that possible to support RecycleView? #58

Closed KaiWangCanada closed 9 years ago

KaiWangCanada commented 9 years ago

the library is awsome, but I'm using RecycleView right now, since it's so awsome. is that possible that the library could be revised to support RecycleView? thank you!

KevinRoy commented 9 years ago

expect support RecycleView!

JoanZapata commented 9 years ago

RecyclerView works in a very different way and won't be supported by base-adapter-helper. I think this library already does the job.

KevinRoy commented 9 years ago

thanks