android - SwipeRefreshLayout - 从底部拉出

标签 android listview swiperefreshlayout

有没有办法使用 SwipeRefreshLayout 刷新 ListView 从底部拉出时?

我创建了从顶部拉动,但我也需要从底部拉动。关于如何创建从顶部拉取的教程有很多,但我找不到任何从底部拉取的教程?

最佳答案

Android 支持库版本 21 中的 SwipeRefreshLayout 不支持从底部拉取。 我已经根据原始 SwipeRefreshLayout 代码进行了修改 SwipeRefreshLayoutBottom 。 它完全基于原始谷歌代码,只是坐标反转和 canChildScrollDown 方法的重写实现。所有修改都标记为 TODO。

Bitbucker repository

关于android - SwipeRefreshLayout - 从底部拉出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24867204/

相关文章:

android - 如何将数据搜索到 json ListView 中?

java - 是否可以在 XML 中设置 SwipeRefreshLayout 的配色方案?

android - 使用数据绑定(bind)时 SwipeRefreshLayout 进度不隐藏

android - 将滑动刷新添加到卡片列表

android - 应用程序在打开前崩溃

android - 下载文件超时

android - 添加 Spinner 作为 ListView 数据

android - 在android中的listview中实现音频播放器

android - 如何在 Android 上永久设置凭据持久性

android - 如何在 Android 中使用下载管理器将文件保存在 SD 卡上?