Android PullTo Refresh on ScrollView

android, android-layout, android-widget, scrollview

Solution

This is a excellent example of implementing pull to refresh in ListView, GridView, WebView, Expandable ListView.

You can use this example and make changes according to your Views.

https://github.com/chrisbanes/Android-PullToRefresh

Problem

I know that pullToRefresh like functionality is available in the iPhone and for the Android we have to manage it manually. I got some example the having pullToRefresh but it works on the ListView only. In my case I want to implement for the Scrollview. Something like PullToRefresh available in DrawFree app in Google Play. Please see below image: So, how to implement it?

Original source