6

首先,我想告诉你们,我已经阅读并成功开发了 Pull to refresh 使用Chris Banes 库Johan Nilsson 库

现在我正在尝试使用 GridView 的 Johan Nilsson 库。他只为 ListView 实现,所以我必须修改PullToRefreshListView JAVA 文件。

我有扩展GridView而不是ListView(第 24 行)。然后它会通过说addHeaderView(mRefreshView);在第 109 行给我一个错误。无法识别并将其更改为addView()addView()方法也会给我运行时错误。

我将使用 Johan Nilsson 库,因为它让我有机会向我的 Activity 添加更多表单小部件并轻松自定义设计而不是其他库。

4

2 回答 2

2

就是你要找的

在此处输入图像描述

适用于所有 AbsListView。我已经实现了 ListView 和GridView

于 2012-06-01T11:30:53.643 回答
0

GridView doesn't support HeaderView. But Google implemented their own GridView, they use it only for internal purposes. This can solve your problem HeaderView

于 2014-11-27T07:46:16.240 回答