Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/215.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 如何将DoubleTapListViewHandler与PullToRefresh一起使用?_Android_Pull To Refresh - Fatal编程技术网

Android 如何将DoubleTapListViewHandler与PullToRefresh一起使用?

Android 如何将DoubleTapListViewHandler与PullToRefresh一起使用?,android,pull-to-refresh,Android,Pull To Refresh,我使用PullToRefreshListView,并希望将其与DoubleTapListViewHandler一起使用 但我不能。 有什么帮助吗?从库中获取课程,并将此行更改为: 公共类CustomListView扩展了PullToRefreshListView 我希望它能起作用

我使用PullToRefreshListView,并希望将其与DoubleTapListViewHandler一起使用 但我不能。
有什么帮助吗?

从库中获取课程,并将此行更改为:

公共类CustomListView扩展了PullToRefreshListView

我希望它能起作用