Zhong Liu
Posts: 0
Joined: Tue Jun 17, 2014 3:27 am

reload and load more of listview

Hello,

I wrote a listview, its data come from a rest service, when user browse the list view, I need list view to load more data by another call to rest service when reach the end of the current listview.
And, I also need code to refresh the listview when user swipe down at the head of listview.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

reload and load more of listview

Hello Zhong,

Maybe this approach with pagination will fit you: http://devcenter.appery.io/tutorials/...

Zhong Liu
Posts: 0
Joined: Tue Jun 17, 2014 3:27 am

reload and load more of listview

Hi Evgene,

Thank you for your prompt reply.
I don't want user to click the previous and next button manually, I hope my program can automatically load more data when listview reach its end, this will bring better UE for my client.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

reload and load more of listview

Zhong,

Please look at this approach: http://stackoverflow.com/questions/27...

Return to “Issues”