Back to project page PullToRefresh.
The source code is released under:
Apache License
If you think the Android project PullToRefresh listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package uk.co.senab.actionbarpulltorefresh.library.sdk; /*from ww w. j a v a 2 s.c o m*/ import android.view.View; class CompatV16 { static void postOnAnimation(View view, Runnable runnable) { view.postOnAnimation(runnable); } }