Yalantis / Phoenix

Phoenix Pull-to-Refresh
https://yalantis.com/
Apache License 2.0
4.02k stars 920 forks source link

when I need load more? #21

Closed yangyunfeng666 closed 8 years ago

yangyunfeng666 commented 8 years ago

when I need load more?,the code how to write?

shliama commented 8 years ago

The question is obscure to me, more information you must provide.

yangyunfeng666 commented 8 years ago

sorry I English is poor,I mean that when I want to load more information from server,because demo only have refresh code not include load more method.you can give me other advices.

shliama commented 8 years ago

Oh I see. But let me be clear - this library has only pull-to-refresh feature at the moment. What you are looking for is called "Endless Scrolling" (e.g. here is a link on "how-to" do it https://github.com/codepath/android_guides/wiki/Endless-Scrolling-with-AdapterViews).

We'll try to add this feature in future updates :)

yangyunfeng666 commented 8 years ago

thank you very much.

shliama commented 8 years ago

You're welcome!