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?
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.