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

Custom Loading more view #219

Closed meness closed 8 years ago

meness commented 8 years ago

Hi,

I'm trying to set a custom loading more view, but it's layout parameters will be changed by your library! I want to put my loading progress bar at center in its parent but currently I cannot do that. Moreover, the progress bar at the end of my RecyclerView if there is no page anymore, wouldn't be removed. How can I fix these problems?

Thanks.

Odaym commented 8 years ago

custom load more view does not work, I've tried absolutely everything, there is no way even if you copy his code. Tried with CustomUltimateRecyclerView and with UltimateRecyclerView, no hope

jjhesk commented 8 years ago

i have made some similar design pattern to work with this mechanism and issued in another library this is the sample code.

Odaym commented 8 years ago

well I'm out, going to go my own way with this, if you notice even with a kind of large number of items his implementation really starts to cause a LOT of visual stutter, that's something really minimal and at least take care of that

jjhesk commented 8 years ago

276 this should be done for the load more issue. @Odaym @alirezaaa