java.lang.IllegalArgumentException: Wrong state class, expecting View State but received class cn.etouch.ecalendar.waterfallview.StaggeredGridView$Gri ...
分类:
编程语言 时间:
2017-05-02 20:55:15
阅读次数:
160
概述 现在的开发工具基本都用AndroidStudio了。网上的开源框架也是。比如做瀑布式UI的StaggeredGridView,还有导航页的PagerSlidingTabStrip等。 那么电脑性能不好的,还在用eclipse怎么使用这些开源框架呢? 步骤 准备工作 下载对应的框架如Stagge ...
分类:
系统相关 时间:
2016-08-26 22:54:09
阅读次数:
323
StaggeredGridView 开源lib https://github.com/maurycyw/StaggeredGridView
文章demo下载地址 http://download.csdn.net/detail/u012303938/8883957
用imageloder去加载网络图片 用StaggeredGridView去显示实现瀑布流。
MainActivity
...
分类:
其他好文 时间:
2015-07-09 16:12:55
阅读次数:
1501
StaggeredGridView是github上一个开源的瀑布流图片库,本文将分享集成StaggeredGridView时碰到的异常以及解决方法...
分类:
移动开发 时间:
2015-05-26 09:19:18
阅读次数:
240
关于Android瀑布流控件,已经在江湖上,流传已久,超过两年时间了。网上也有很多相关学习资源,可以拿来研究学习。github上,就有两个资源,可以供学习者膜拜。
1.https://github.com/maurycyw/StaggeredGridView 此链接有图片加载功能,但功能相对简单些。
2.https://github.com/etsy/AndroidStaggeredGr...
分类:
移动开发 时间:
2014-12-04 17:59:29
阅读次数:
230