android-listview
How to implement “Swipe down to refresh” like in new GMail app
Google has released support for this directly in the SDK. I am not sure of what version you need to support (that may be an issue). Check out the official SDK feature info here: http://developer.android.com/reference/android/support/v4/widget/SwipeRefreshLayout.html If you are able to use the SDK one, you will be better off, even Chris Banes wrote a post, … Read more