# PullToRefreshAndLoad **Repository Path**: hyperions/PullToRefreshAndLoad ## Basic Information - **Project Name**: PullToRefreshAndLoad - **Description**: Android下拉刷新上拉加载控件,对所有View通用! - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-22 - **Last Updated**: 2021-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PullToRefreshAndLoad ==================== Android下拉刷新上拉加载控件,对所有View通用! 这是一个演示如何使用通用的下拉刷新上拉加载控件demo,demo中已经实现了常见的需要上下拉功能的控件,其他控件如果需要加入这两个功能可自行扩展,实现Pullable接口即可, 具体的实现原理分析可以参见我的博客[http://blog.csdn.net/zhongkejingwang/article/details/38868463](http://blog.csdn.net/zhongkejingwang/article/details/38868463) ##demo截图 ###demo首页也是一个可以上拉下拉的ListView ![demo首页](https://github.com/jingchenUSTC/PullToRefreshAndLoad/blob/master/screenshots/main.gif) ###ListView: ![ListView](https://github.com/jingchenUSTC/PullToRefreshAndLoad/blob/master/screenshots/ListView.gif) ###GridView: ![GridView](https://github.com/jingchenUSTC/PullToRefreshAndLoad/blob/master/screenshots/GridView.gif) ###ExpandableListView: ![ExpandableListView](https://github.com/jingchenUSTC/PullToRefreshAndLoad/blob/master/screenshots/ExpandableListView.gif) ###ScrollView: ![ScrollView](https://github.com/jingchenUSTC/PullToRefreshAndLoad/blob/master/screenshots/ScrollView.gif) ###WebView: ![WebView](https://github.com/jingchenUSTC/PullToRefreshAndLoad/blob/master/screenshots/WebView.gif) ###ImageView: ![ImageView](https://github.com/jingchenUSTC/PullToRefreshAndLoad/blob/master/screenshots/ImageView.gif) ###TextView: ![TextView](https://github.com/jingchenUSTC/PullToRefreshAndLoad/blob/master/screenshots/TextView.gif)