How to use import Android-PullToRefresh -
https://github.com/chrisbanes/android-pulltorefresh
from link url using android studio , want import library project, other library has dependencies it's easy use like
dependencies { compile 'com.android.xxxxxx }
but library has not, how can import library project thank you
you don't need project, android support library , try tutorial:
http://antonioleiva.com/swiperefreshlayout/
Comments
Post a Comment