Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想获得 listView 的第 i 个视图。 (我还没有看到调用 getView 的示例,我只看到了为回调实现的 getView。)
我要做的是: 我将为每一行创建一个 asyncTask 并将保存 progressBar 的视图传递给任务。 该任务将在执行任务时更新进度条。
因此,我需要一种方法来迭代 listView 中的所有视图(不仅仅是可见视图)。