下载PullToRefresh
下载地址:https://github.com/chrisbanes/Android-PullToRefresh
下载后,解压,文件夹目录如下导入PullToRefresh的library
File—Import Module,选择第1步图中pulltorefresh的library文件夹
将上图中选中的library重新命名一下(不是必须的,我为了好区分,命名为pulltorefresh)
然后下一步直到完成。项目中就多了一个pulltorefresh模块
- 给你的项目添加模块依赖
右击要使用PullToRefresh的项目,选择Open Module Setting
4.需要将第三方库中build.gradle下编译器版本改成和工程项目的一致即可。
*编译错误
Error:(115, 39) 错误: 找不到符号
符号: 方法 floor(float)
位置: 类 FloatMath
解决方法:FloatMath类修改为Math 即:Math.floor