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

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -