Android PullTo Refresh on ScrollView -


i know pulltorefresh functionality available in iphone , android have manage manualy.

i got example having pulltorefresh works on listview only.

in case want implement scrollview. pulltorefresh available in drawfree app in google play.

please see below image:

enter image description here

so, how implement it?

any example implement appreciated.

thanks in advance.

this excellent example of implementing pull refresh in listview,gridview,webview,expandable listview.

you can use example , make changes according views.

https://github.com/chrisbanes/android-pulltorefresh


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -