carrot / recycler-core

Multiple view type handling in RecyclerViews with 90% less tears
25 stars 1 forks source link

Remove Object from RecyclerCoreAdapter(List<Object> modelList) #29

Closed roideuniverse closed 8 years ago

roideuniverse commented 9 years ago

Remove Object from RecyclerCoreAdapter(List<Object> modelList) and just keep the interface as Object from RecyclerCoreAdapter(List modelList).

Not having object is more flexible.

BrandonRomano commented 8 years ago

Fixed in #31