Aspsine / IRecyclerView

IRecyclerView is a custom RecyclerView that supports pull-to-refresh, pull-to-loadmore, customize refresh header and loadmore footer, add header views and footer views.
729 stars 146 forks source link

代码写得真好,有个小建议 #6

Open liangfeidotme opened 8 years ago

liangfeidotme commented 8 years ago

代码写得真不错,专门写了一篇源码分析的文章 - https://lyndonchin.gitbooks.io/awesome-recyclerviews/content/IRecyclerView.html

有个小小的建议

Android SDK 提供了一个 AnimatorListenerAdapter,功能与 SimpleAnimatorListener 类似。

Aspsine commented 8 years ago

谢谢。分析的特别棒!