Advertisement

Android下滑动刷新框架[SmartStartView

阅读量:

官网:https://gitee.com/scwang90/SmartRefreshLayout
一款功能极为出色的页面刷新工具,支持多种样式选择,此处仅采用最为基础的经典样式进行演示
初始步骤:
引入相关依赖库

复制代码
    implementation  'com.scwang.smart:refresh-layout-kernel:2.0.3'
    implementation  'com.scwang.smart:refresh-header-classics:2.0.3'
    implementation  'com.scwang.smart:refresh-footer-classics:2.0.3'
    
    
      
      
      
    

第二步:
引入界面配置文件

复制代码
    <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"

全部评论 (0)

还没有任何评论哟~