malavika
malavika

Reputation: 1331

How to pull up to refresh the listview in android?

I have done pulldown to refresh for my list view using by the following link https://github.com/chrisbanes/Android-PullToRefresh. But I need to pull up my list from from bottom. I searched it I got this link http://chris.banes.me/2011/12/23/pull-up-to-refresh/. But It shows some error. I don't know how to implement this. Can any body help me? Thanks in advance,

Upvotes: 0

Views: 3661

Answers (2)

bhavesh kaila
bhavesh kaila

Reputation: 761

Hello asha i have also used https://github.com/chrisbanes/Android-PullToRefresh library and i think better to use this library try to use https://github.com/shontauro/android-pulltorefresh-and-loadmore this library is easy to use and easy to integrate with your project.

I hope this will helps you.

Upvotes: 1

naran z
naran z

Reputation: 486

Use PullToRefresh link for pull to refresh from both(top and bottom). Hope this helps you

Upvotes: 1

Related Questions