Bootstrap

Android 下拉刷新框架[SmartRefreshLayout

官网: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"
    tools:context=".ui.life.LifeFragment
;