QuickReturn和pulltorefresh

时间:2014-06-24 07:51:15

标签: android pull-to-refresh

我正在尝试在页脚中实现pullToRefreshquickreturn。有一个类似的问题,但this SO thread

没有回答

我面临的第一个问题是,当我尝试从片段中获取listview时:

mListView = (QuickReturnListView) getListView();

抛出强制转换异常:

com.handmark.pulltorefresh.library.PullToRefreshListView$InternalListViewSDK9 
cannot be cast to com.example.app.QuickReturnListView 

我尝试将QuickReturnListView中的方法添加到PullToRefreshListView但是会​​产生新的异常,我认为问题是两个库都在使用onscroll侦听器。

0 个答案:

没有答案