http://www.eoeandroid.com/forum.php?mod=viewthread&tid=235928
项目地址: https://github.com/chenyoca/pinterest-like-adapter-view/
源码打包下载:https://github.com/chenyoca/pinterest-like-adapter-view/archive/master.zip
-----------------------------
-
纯组件 像原生ListView一样使用。类,就应该有其明确的职责。不要把无相关的功能都死命的往这个类里塞塞塞塞塞塞。 图片加载不是瀑布流组件的功能! 判断网络是否正常不是瀑布流组件的功能! 怎么创建瀑布流组件Item的View,也不是瀑布流组件的功能!
-
自定义瀑布流列数
-
支持到列表底部自动加载更多数据
-
支持下拉刷新:MultiColumnPullToRefreshListView-----------------