Setting up Pull to Refresh settings during swipe up and down in Android

626 views Asked by At


I'm new to Android i would like to know how to set the pull to refresh option like an action bar.
If the pages is swipe down the pull to refresh should be visible, and if its is swiped up it shoud be hidden.
One more thing is the I need to develop the App Exactly like the below screen shot.
It will be help-ful if some one suggest me the idea on developing the application.
Thanks in Advance.
Pull to Refresh IMage


My Work

1

There are 1 answers

0
MathanG On

I think you can use Pull to Refresh ListView. I have been using this for a month. its good and it has nice samples too otherwise you can use SwipeRefreshLayout too.