Pull to refresh and load in listview

user2134412 picture user2134412 · Mar 18, 2013 · Viewed 14.5k times · Source

I need to implement pull to refresh and load in listview.I have used custom adapter to create the listview.How could i implement pull to refresh and load using the adapter class.

Could anybody help me?

Answer

GrIsHu picture GrIsHu · Mar 18, 2013

Here are the ready made referenced demo which suits your requirement. Just check out the links below for Pull To Refresh implementation.

1) Pull to Refresh
2) Refreshable ListView
3) Android Pull to Refresh

I hope it will guide you.

Thanks.