ksoichiro / Android-ObservableScrollView

Android library to observe scroll events on scrollable views.
http://ksoichiro.github.io/Android-ObservableScrollView/
Apache License 2.0
9.66k stars 2.06k forks source link

how to pull to refresh #162

Open denny37 opened 9 years ago

denny37 commented 9 years ago

i found there is problem with other pull widget

eneim commented 9 years ago

How you implement your pull request and how is your problem looks like ?

denny37 commented 8 years ago

I use PullToRefreshListView to implement pull request, but there is conflict about header view display observableListView.addHeaderView(inflater.inflate(R.layout.padding, observableListView, false));

and pull request use addHeaderView too, so display failded

eneim commented 8 years ago

why don't you try to use this widget from Google

MultiSwipeRefreshLayout

Assume that you have a ListView with id R.id.listview, then set it swipeable by calling

setSwipeableChildren