Skip to content Skip to sidebar Skip to footer

How To Disable Pulltorefreshscrollview From Listening To Touch

I am using pullToRefreshLibrary provided by Chris Banes. I have gridView which is containg whole list of data. I tried pullToRefreshGridViewActivity but it was too slow so I am try

Solution 1:

One hack you can use is to open the library, go into PullToRefreshBase.java and remove final from methods like onInterceptTouchEvent. You can then use a custom ScrollView.


Post a Comment for "How To Disable Pulltorefreshscrollview From Listening To Touch"