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

could you add set(List<T> data) to the adapter? #48

Closed jiqimaogou closed 9 years ago

jiqimaogou commented 9 years ago

If I just want to replace the data in the adapter, I must first call remove and then add.

JoanZapata commented 9 years ago

Please use replaceAll.