# LoadMore **Repository Path**: sunyn/loadmore ## Basic Information - **Project Name**: LoadMore - **Description**: 上滑加载更多工具包,项目里可通过compile 'com.sunny.ui:loadmore:1.0.1'的方式直接引用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-21 - **Last Updated**: 2024-05-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 上滑加载更多工具包 执行命令,打aar包命令如下: ./gradlew uploadArchives (进入工程目录下) 3.使用 ## 1.在项目根目录的build.gradle中添加一下代码: maven { url "https://raw.githubusercontent.com/love0829/Warehouse/master" } ## 2.app目录的build.gradle中添加一下代码: compile 'com.sunny.ui:loadmore:1.0.1' 使用的时候 recyclerView.setOnScrollListener(new LoadMoreScrollListener()); adpter继承 ![image.png](https://upload-images.jianshu.io/upload_images/9093439-552cf42078fbd2a7.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)