4

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?

Michael Celey
  • 12,645
  • 6
  • 57
  • 62

1 Answers1

11

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.

GrIsHu
  • 29,068
  • 10
  • 64
  • 102
  • 1
    You should update the link for #3 to the new project. https://github.com/chrisbanes/ActionBar-PullToRefresh/ – theblang Jan 15 '14 at 19:34
  • @mattblang Also, just an FYI for anyone who sees this, the third option is written by Chris Banes, a Google employee, and very closely resembles the pull to refresh you see in the Gmail app. – theblang Jan 16 '14 at 14:06