SmartRefreshLayout:https://github.com/scwang90/SmartRefreshLayout
SmartTabLayout:https://github.com/ogaclejapan/SmartTabLayout
经试验,这两个开源库组合在一起有bug,bug的具体展现是SmartRefreshLayout刷新的时候,一直是最后加载的一个fragment,也就是虽然看着是第一个fragment,但是刷新的时候却是最后一个fragment的数据,换了其它的tab开源库比如TabLayout也是一样的问题。
建议tab和refresh的组合最好是:SmartTabLayout和SwipeRefreshLayout。
SmartRefreshLayout和SmartTabLayout组合的bug
最新推荐文章于 2024-11-23 00:01:36 发布