cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

首次上拉加载不能绘制footerview #386

Open lunarriver opened 8 years ago

lunarriver commented 8 years ago

上拉加载,第一次不能绘制footerView,第二次开始就可以了。另外,这个库真的太大了,各个功能模块之间耦合性也高,想要分离出来一个单独的功能是真费劲。

jjhesk commented 8 years ago

try to learn from "debug first page cancel load more". You may download from here. if you like to customize the first load. You will have to override the adapter from onbind

Wingge commented 8 years ago

me too