Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tellh/android_pulltorefreshlibrary_collection
Android下拉刷新开源库集锦,提供源码用于学习和研究
https://github.com/tellh/android_pulltorefreshlibrary_collection
Last synced: 3 days ago
JSON representation
Android下拉刷新开源库集锦,提供源码用于学习和研究
- Host: GitHub
- URL: https://github.com/tellh/android_pulltorefreshlibrary_collection
- Owner: TellH
- Created: 2016-03-02T09:10:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-03T18:42:39.000Z (over 8 years ago)
- Last Synced: 2024-11-10T00:25:45.890Z (11 days ago)
- Language: Java
- Homepage:
- Size: 2.11 MB
- Stars: 240
- Watchers: 19
- Forks: 72
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android_PullToRefreshLibrary_Collection
Android下拉刷新开源库集锦,提供源码用于学习和研究
# 前几个库的源码已添加详细的注释,方便阅读。
## 包含有Google官方的SwipeRefreshLayout的源码解析,同时修改了其中的两个bug
* 设置下拉将圆圈缩放时,出现缩放异常
* 在Activity的onCreate()方法中调用SwipeRefreshLayout.setRefresh(true);没有效果的问题详情请参考博文:[解读Google官方SwipeRefreshLayout控件源码,带你揭秘Android下拉刷新的实现原理](http://blog.csdn.net/tellh/article/details/50782653)
## [XListview](https://github.com/Maxwin-z/XListView-Android)的源码注释已完成
## [Phoenix](https://github.com/Yalantis/Phoenix)([Taurus](https://github.com/Yalantis/Taurus)也是一样的)的PullToRefreshView源码注释已完成
## 我的[PullToRefreshLayout](https://github.com/TellH/Android-Simple-Common-PullToRefreshLayout)的源码注释已完成# 效果图:
![](https://github.com/TellH/Android_PullToRefreshLibrary_Collection/blob/master/gif/Refresh.gif)
#contribute
该demo还会逐渐完善,如果你有好的下拉刷新开源库推荐,欢迎fork and pull request!